Uses of Class
com.github.copilot.sdk.json.SessionContext
Packages that use SessionContext
Package
Description
Event types emitted during Copilot session processing.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionContext in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return SessionContextMethods in com.github.copilot.sdk.events with parameters of type SessionContext -
Uses of SessionContext in com.github.copilot.sdk.json
Subclasses of SessionContext in com.github.copilot.sdk.jsonMethods in com.github.copilot.sdk.json 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.sdk.json with parameters of type SessionContextModifier and TypeMethodDescriptionvoidSessionMetadata.setContext(SessionContext context) Sets the working directory context.