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