Uses of Class
jetbrains.buildServer.controllers.agent.AgentListBaseForm.StatusOption
-
Packages that use AgentListBaseForm.StatusOption Package Description jetbrains.buildServer.controllers.agent -
-
Uses of AgentListBaseForm.StatusOption in jetbrains.buildServer.controllers.agent
Methods in jetbrains.buildServer.controllers.agent that return AgentListBaseForm.StatusOption Modifier and Type Method Description static AgentListBaseForm.StatusOption
AgentListBaseForm.StatusOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentListBaseForm.StatusOption[]
AgentListBaseForm.StatusOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-