Uses of Enum Class
com.github.copilot.generated.rpc.RemoteSessionMetadataTaskType
Packages that use RemoteSessionMetadataTaskType
-
Uses of RemoteSessionMetadataTaskType in com.github.copilot.generated.rpc
Subclasses with type arguments of type RemoteSessionMetadataTaskType in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhether the remote task originated from CCA or CLI `--remote`.Methods in com.github.copilot.generated.rpc that return RemoteSessionMetadataTaskTypeModifier and TypeMethodDescriptionRemoteSessionMetadataValue.taskType()Returns the value of thetaskTyperecord component.Returns the enum constant of this class with the specified name.static RemoteSessionMetadataTaskType[]RemoteSessionMetadataTaskType.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 RemoteSessionMetadataTaskTypeModifierConstructorDescriptionRemoteSessionMetadataValue(String sessionId, String startTime, String modifiedTime, String summary, String name, Boolean isRemote, SessionContext context, RemoteSessionMetadataRepository repository, List<String> remoteSessionIds, Long pullRequestNumber, String resourceId, RemoteSessionMetadataTaskType taskType, String staleAt, String state) Creates an instance of aRemoteSessionMetadataValuerecord class.