Class SuggestionCategory
- java.lang.Object
-
- jetbrains.buildServer.serverSide.healthStatus.ItemCategory
-
- jetbrains.buildServer.serverSide.healthStatus.SuggestionCategory
-
public class SuggestionCategory extends ItemCategory
- Since:
- 8.1
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Field Summary
Fields Modifier and Type Field Description static String
CATEGORY_ID
static String
CATEGORY_NAME
static String
DESCRIPTION
static SuggestionCategory
SUGGESTION
-
Fields inherited from class jetbrains.buildServer.serverSide.healthStatus.ItemCategory
DEFAULT_COMPARATOR
-
-
Constructor Summary
Constructors Constructor Description SuggestionCategory()
SuggestionCategory(ItemSeverity severity)
SuggestionCategory(ItemSeverity severity, String description, String helpUrl)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.healthStatus.ItemCategory
equals, getDescription, getHelpUrl, getId, getItemsComparator, getName, getSeverity, hashCode, toString
-
-
-
-
Field Detail
-
CATEGORY_ID
public static final String CATEGORY_ID
- See Also:
- Constant Field Values
-
CATEGORY_NAME
public static final String CATEGORY_NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
SUGGESTION
public static final SuggestionCategory SUGGESTION
-
-
Constructor Detail
-
SuggestionCategory
public SuggestionCategory()
-
SuggestionCategory
public SuggestionCategory(@NotNull ItemSeverity severity)
-
SuggestionCategory
public SuggestionCategory(@NotNull ItemSeverity severity, @Nullable String description, @Nullable String helpUrl)
-
-