Uses of Enum Class
com.github.copilot.generated.rpc.AgentRegistryLiveTargetEntryStatus
Packages that use AgentRegistryLiveTargetEntryStatus
-
Uses of AgentRegistryLiveTargetEntryStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type AgentRegistryLiveTargetEntryStatus in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCoarse lifecycle status of the foreground sessionMethods in com.github.copilot.generated.rpc that return AgentRegistryLiveTargetEntryStatusModifier and TypeMethodDescriptionAgentRegistryLiveTargetEntry.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static AgentRegistryLiveTargetEntryStatus[]AgentRegistryLiveTargetEntryStatus.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 AgentRegistryLiveTargetEntryStatusModifierConstructorDescriptionAgentRegistryLiveTargetEntry(Long schemaVersion, AgentRegistryLiveTargetEntryKind kind, Long pid, String host, Long port, String token, String sessionId, String sessionName, String cwd, String branch, String model, AgentRegistryLiveTargetEntryStatus status, AgentRegistryLiveTargetEntryAttentionKind attentionKind, Long statusRevision, AgentRegistryLiveTargetEntryLastTerminalEvent lastTerminalEvent, String startedAt, String copilotVersion, Long lastSeenMs) Creates an instance of aAgentRegistryLiveTargetEntryrecord class.