Uses of Enum Class
com.github.copilot.generated.WorkingDirectoryContextHostType
Packages that use WorkingDirectoryContextHostType
-
Uses of WorkingDirectoryContextHostType in com.github.copilot.generated
Subclasses with type arguments of type WorkingDirectoryContextHostType in com.github.copilot.generatedModifier and TypeClassDescriptionenumHosting platform type of the repository (github or ado)Methods in com.github.copilot.generated that return WorkingDirectoryContextHostTypeModifier and TypeMethodDescriptionSessionContextChangedEvent.SessionContextChangedEventData.hostType()Returns the value of thehostTyperecord component.WorkingDirectoryContext.hostType()Returns the value of thehostTyperecord component.Returns the enum constant of this class with the specified name.static WorkingDirectoryContextHostType[]WorkingDirectoryContextHostType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type WorkingDirectoryContextHostTypeModifierConstructorDescriptionSessionContextChangedEventData(String cwd, String gitRoot, String repository, WorkingDirectoryContextHostType hostType, String repositoryHost, String branch, String headCommit, String baseCommit) Creates an instance of aSessionContextChangedEventDatarecord class.WorkingDirectoryContext(String cwd, String gitRoot, String repository, WorkingDirectoryContextHostType hostType, String repositoryHost, String branch, String headCommit, String baseCommit) Creates an instance of aWorkingDirectoryContextrecord class.