| Package | Description |
|---|---|
| com.atlassian.bamboo.build.warning | |
| com.atlassian.bamboo.pageobjects.pages.plan | |
| com.atlassian.bamboo.rest.model.warning |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
WarningAnnotation.Builder |
WarningAnnotation.Builder.severity(@NotNull WarningAnnotation.Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
long |
ResultSummaryPage.getWarningCount(WarningAnnotation.Severity severity) |
| Constructor and Description |
|---|
RestWarningAnnotation(@NotNull String fileName,
@NotNull String message,
WarningAnnotation.Severity severity,
@Nullable Integer lineNumber,
@Nullable String category,
@Nullable String source) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.