Uses of Enum Class
com.github.copilot.generated.rpc.SessionContextHostType
Packages that use SessionContextHostType
-
Uses of SessionContextHostType in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionContextHostTypeModifier and TypeMethodDescriptionstatic SessionContextHostTypeSessionContext.hostType()Returns the value of thehostTyperecord component.static SessionContextHostTypeReturns the enum constant of this class with the specified name.static SessionContextHostType[]SessionContextHostType.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 SessionContextHostTypeModifierConstructorDescriptionSessionContext(String cwd, String gitRoot, String repository, SessionContextHostType hostType, String branch) Creates an instance of aSessionContextrecord class.