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