Uses of Enum Class
com.github.copilot.generated.rpc.AgentRegistryLiveTargetEntryAttentionKind
Packages that use AgentRegistryLiveTargetEntryAttentionKind
-
Uses of AgentRegistryLiveTargetEntryAttentionKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type AgentRegistryLiveTargetEntryAttentionKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumKind of attention required when status === "attention".Methods in com.github.copilot.generated.rpc that return AgentRegistryLiveTargetEntryAttentionKindModifier and TypeMethodDescriptionAgentRegistryLiveTargetEntry.attentionKind()Returns the value of theattentionKindrecord component.Returns the enum constant of this class with the specified name.AgentRegistryLiveTargetEntryAttentionKind.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 AgentRegistryLiveTargetEntryAttentionKindModifierConstructorDescriptionAgentRegistryLiveTargetEntry(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.