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 ItemSeverityHealthStatusReportBean. 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 voidHealthStatusReportBean. 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 ItemSeverityBaseHealthStatusItemsController. 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 ItemSeverityHealthStatusItem. getSeverity()ItemSeverityItemCategory. getSeverity()Default severity for problems of this type.static ItemSeverityItemSeverity. min(List<ItemSeverity> itemSeverities)static ItemSeverityItemSeverity. 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 booleanHealthStatusScope. isItemWithSeverityAccepted(ItemSeverity severity)Method parameters in jetbrains.buildServer.serverSide.healthStatus with type arguments of type ItemSeverity Modifier and Type Method Description static ItemSeverityItemSeverity. 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 ScopeBuilderScopeBuilder. setMinSeverity(ItemSeverity minSeverity)
-