Uses of Enum Class
com.atlassian.bamboo.build.warning.WarningAnnotation.Severity
Package
Description
-
Uses of WarningAnnotation.Severity in com.atlassian.bamboo.build.warning
Modifier and TypeMethodDescription@NotNull WarningAnnotation.Severity
WarningAnnotation.getSeverity()
static WarningAnnotation.Severity
Returns the enum constant of this class with the specified name.static WarningAnnotation.Severity[]
WarningAnnotation.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWarningAnnotation.Builder.severity
(@NotNull WarningAnnotation.Severity severity) -
Uses of WarningAnnotation.Severity in com.atlassian.bamboo.pageobjects.pages.plan
Modifier and TypeMethodDescriptionlong
ResultSummaryPage.getWarningCount
(WarningAnnotation.Severity severity) -
Uses of WarningAnnotation.Severity in com.atlassian.bamboo.rest.model.warning
ModifierConstructorDescriptionRestWarningAnnotation
(@NotNull String fileName, @NotNull String message, WarningAnnotation.Severity severity, @Nullable Integer lineNumber, @Nullable String category, @Nullable String source)