Uses of Enum Class
com.github.copilot.generated.rpc.SessionWorkingDirectoryContextHostType
Packages that use SessionWorkingDirectoryContextHostType
-
Uses of SessionWorkingDirectoryContextHostType in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionWorkingDirectoryContextHostTypeModifier and TypeMethodDescriptionSessionWorkingDirectoryContext.hostType()Returns the value of thehostTyperecord component.Returns the enum constant of this class with the specified name.SessionWorkingDirectoryContextHostType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionWorkingDirectoryContextHostTypeModifierConstructorDescriptionSessionWorkingDirectoryContext(String cwd, String gitRoot, String repository, SessionWorkingDirectoryContextHostType hostType, String repositoryHost, String branch, String headCommit, String baseCommit) Creates an instance of aSessionWorkingDirectoryContextrecord class.