Uses of Class
jetbrains.buildServer.controllers.admin.groups.EditGroupBean.SORT_OPTION
-
Packages that use EditGroupBean.SORT_OPTION Package Description jetbrains.buildServer.controllers.admin.groups -
-
Uses of EditGroupBean.SORT_OPTION in jetbrains.buildServer.controllers.admin.groups
Methods in jetbrains.buildServer.controllers.admin.groups that return EditGroupBean.SORT_OPTION Modifier and Type Method Description static EditGroupBean.SORT_OPTIONEditGroupBean.SORT_OPTION. valueOf(String name)Returns the enum constant of this type with the specified name.static EditGroupBean.SORT_OPTION[]EditGroupBean.SORT_OPTION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.controllers.admin.groups that return types with arguments of type EditGroupBean.SORT_OPTION Modifier and Type Method Description List<EditGroupBean.SORT_OPTION>EditGroupBean. getSortOptions()
-