Class WarningAnnotation
java.lang.Object
com.atlassian.bamboo.build.warning.WarningAnnotation
- All Implemented Interfaces:
WhitelistedSerializable
,Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic WarningAnnotation.Builder
builder()
@NotNull WarningAnnotation.Severity
Human readable name of the warning origin (e.g.
-
Method Details
-
builder
-
getSeverity
-
getRepositoryId
-
getFileName
-
getLineNumber
-
getMessage
-
getCategory
-
getSource
Human readable name of the warning origin (e.g. compiler type)
-