Uses of Enum Class
com.github.copilot.generated.McpServerStatus
Packages that use McpServerStatus
-
Uses of McpServerStatus in com.github.copilot.generated
Methods in com.github.copilot.generated that return McpServerStatusModifier and TypeMethodDescriptionstatic McpServerStatusMcpServersLoadedServer.status()Returns the value of thestatusrecord component.SessionMcpServerStatusChangedEvent.SessionMcpServerStatusChangedEventData.status()Returns the value of thestatusrecord component.static McpServerStatusReturns the enum constant of this class with the specified name.static McpServerStatus[]McpServerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type McpServerStatusModifierConstructorDescriptionMcpServersLoadedServer(String name, McpServerStatus status, McpServerSource source, String error, McpServerTransport transport, String pluginName, String pluginVersion) Creates an instance of aMcpServersLoadedServerrecord class.SessionMcpServerStatusChangedEventData(String serverName, McpServerStatus status, String error) Creates an instance of aSessionMcpServerStatusChangedEventDatarecord class.