Uses of Class
com.atlassian.bamboo.build.warning.WarningAnnotation.Severity
-
Packages that use WarningAnnotation.Severity Package Description com.atlassian.bamboo.build.warning com.atlassian.bamboo.pageobjects.pages.plan com.atlassian.bamboo.rest.model.warning -
-
Uses of WarningAnnotation.Severity in com.atlassian.bamboo.build.warning
Methods in com.atlassian.bamboo.build.warning that return WarningAnnotation.Severity Modifier and Type Method Description @NotNull WarningAnnotation.Severity
WarningAnnotation. getSeverity()
static WarningAnnotation.Severity
WarningAnnotation.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static WarningAnnotation.Severity[]
WarningAnnotation.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.build.warning with parameters of type WarningAnnotation.Severity Modifier and Type Method Description WarningAnnotation.Builder
WarningAnnotation.Builder. severity(@NotNull WarningAnnotation.Severity severity)
-
Uses of WarningAnnotation.Severity in com.atlassian.bamboo.pageobjects.pages.plan
Methods in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type WarningAnnotation.Severity Modifier and Type Method Description long
ResultSummaryPage. getWarningCount(WarningAnnotation.Severity severity)
-
Uses of WarningAnnotation.Severity in com.atlassian.bamboo.rest.model.warning
Constructors in com.atlassian.bamboo.rest.model.warning with parameters of type WarningAnnotation.Severity Constructor Description RestWarningAnnotation(@NotNull String fileName, @NotNull String message, WarningAnnotation.Severity severity, @Nullable Integer lineNumber, @Nullable String category, @Nullable String source)
-