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