Uses of Class
jetbrains.buildServer.serverSide.healthStatus.ItemSeverity
-
-
Uses of ItemSeverity in jetbrains.buildServer.controllers.admin.healthStatus
Methods in jetbrains.buildServer.controllers.admin.healthStatus that return ItemSeverity Modifier and Type Method Description ItemSeverity
HealthStatusReportBean. getMinSeverity()
Methods in jetbrains.buildServer.controllers.admin.healthStatus that return types with arguments of type ItemSeverity Modifier and Type Method Description List<ItemSeverity>
HealthStatusReportBean. getSeverityItems()
Methods in jetbrains.buildServer.controllers.admin.healthStatus with parameters of type ItemSeverity Modifier and Type Method Description void
HealthStatusReportBean. setMinSeverity(ItemSeverity severity)
-
Uses of ItemSeverity in jetbrains.buildServer.controllers.healthStatus
Methods in jetbrains.buildServer.controllers.healthStatus that return ItemSeverity Modifier and Type Method Description static ItemSeverity
BaseHealthStatusItemsController. maxSeverity(List<HealthStatusItem> results)
-
Uses of ItemSeverity in jetbrains.buildServer.serverSide.healthStatus
Methods in jetbrains.buildServer.serverSide.healthStatus that return ItemSeverity Modifier and Type Method Description ItemSeverity
HealthStatusItem. getSeverity()
ItemSeverity
ItemCategory. getSeverity()
Default severity for problems of this type.static ItemSeverity
ItemSeverity. min(List<ItemSeverity> itemSeverities)
static ItemSeverity
ItemSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemSeverity[]
ItemSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.healthStatus with parameters of type ItemSeverity Modifier and Type Method Description boolean
HealthStatusScope. isItemWithSeverityAccepted(ItemSeverity severity)
Method parameters in jetbrains.buildServer.serverSide.healthStatus with type arguments of type ItemSeverity Modifier and Type Method Description static ItemSeverity
ItemSeverity. min(List<ItemSeverity> itemSeverities)
Constructors in jetbrains.buildServer.serverSide.healthStatus with parameters of type ItemSeverity Constructor Description HealthStatusItem(String identity, ItemCategory category, ItemSeverity severity, Map<String,Object> additionalData)
Creates new inspection result.ItemCategory(String categoryId, String categoryName, ItemSeverity severity)
Creates new inspection results category.ItemCategory(String categoryId, String categoryName, ItemSeverity severity, String description, String helpUrl)
Creates new inspection results category.ItemCategory(String categoryId, String categoryName, ItemSeverity severity, String description, String helpUrl, Comparator<HealthStatusItem> itemsComparator)
Creates new inspection results categorySuggestionCategory(ItemSeverity severity)
SuggestionCategory(ItemSeverity severity, String description, String helpUrl)
-
Uses of ItemSeverity in jetbrains.buildServer.serverSide.healthStatus.impl
Methods in jetbrains.buildServer.serverSide.healthStatus.impl with parameters of type ItemSeverity Modifier and Type Method Description ScopeBuilder
ScopeBuilder. setMinSeverity(ItemSeverity minSeverity)
-