java.lang.Object
com.github.copilot.rpc.CloudSessionOptions
Options for creating a remote session in the cloud.
- Since:
- 1.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the optional GitHub repository metadata to associate with the cloud session.setRepository(CloudSessionRepository repository) Sets the optional GitHub repository metadata to associate with the cloud session.
-
Constructor Details
-
CloudSessionOptions
public CloudSessionOptions()
-
-
Method Details
-
getRepository
Gets the optional GitHub repository metadata to associate with the cloud session.- Returns:
- the repository metadata, or
nullif not set
-
setRepository
Sets the optional GitHub repository metadata to associate with the cloud session.- Parameters:
repository- the repository metadata- Returns:
- this instance for method chaining
-