Uses of Enum Class
com.github.copilot.generated.rpc.AgentRegistryLiveTargetEntryLastTerminalEvent
Packages that use AgentRegistryLiveTargetEntryLastTerminalEvent
-
Uses of AgentRegistryLiveTargetEntryLastTerminalEvent in com.github.copilot.generated.rpc
Subclasses with type arguments of type AgentRegistryLiveTargetEntryLastTerminalEvent in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumHow the most recent turn ended (clean vs aborted).Methods in com.github.copilot.generated.rpc that return AgentRegistryLiveTargetEntryLastTerminalEventModifier and TypeMethodDescriptionAgentRegistryLiveTargetEntry.lastTerminalEvent()Returns the value of thelastTerminalEventrecord component.Returns the enum constant of this class with the specified name.AgentRegistryLiveTargetEntryLastTerminalEvent.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 AgentRegistryLiveTargetEntryLastTerminalEventModifierConstructorDescriptionAgentRegistryLiveTargetEntry(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.