Uses of Enum Class
com.github.copilot.generated.rpc.AgentRegistryLiveTargetEntryKind
Packages that use AgentRegistryLiveTargetEntryKind
-
Uses of AgentRegistryLiveTargetEntryKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type AgentRegistryLiveTargetEntryKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumProcess kind tag for the registry entryMethods in com.github.copilot.generated.rpc that return AgentRegistryLiveTargetEntryKindModifier and TypeMethodDescriptionAgentRegistryLiveTargetEntry.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static AgentRegistryLiveTargetEntryKind[]AgentRegistryLiveTargetEntryKind.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 AgentRegistryLiveTargetEntryKindModifierConstructorDescriptionAgentRegistryLiveTargetEntry(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.