Uses of Class
com.github.copilot.rpc.CloudSessionOptions
Packages that use CloudSessionOptions
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CloudSessionOptions in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CloudSessionOptionsModifier and TypeMethodDescriptionCreateSessionRequest.getCloud()Gets the cloud session options.SessionConfig.getCloud()Gets the cloud session options.CloudSessionOptions.setRepository(CloudSessionRepository repository) Sets the optional GitHub repository metadata to associate with the cloud session.Methods in com.github.copilot.rpc with parameters of type CloudSessionOptionsModifier and TypeMethodDescriptionvoidCreateSessionRequest.setCloud(CloudSessionOptions cloud) Sets the cloud session options.SessionConfig.setCloud(CloudSessionOptions cloud) Sets the cloud session options.