Uses of Class
com.github.copilot.rpc.SessionContext
Packages that use SessionContext
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionContext in com.github.copilot.rpc
Subclasses of SessionContext in com.github.copilot.rpcMethods in com.github.copilot.rpc that return SessionContextModifier and TypeMethodDescriptionSessionMetadata.getContext()Gets the working directory context from session creation.Sets the git branch.Sets the working directory.SessionContext.setGitRoot(String gitRoot) Sets the git repository root directory.SessionContext.setRepository(String repository) Sets the GitHub repository.Methods in com.github.copilot.rpc with parameters of type SessionContextModifier and TypeMethodDescriptionvoidSessionMetadata.setContext(SessionContext context) Sets the working directory context.