Class WarningAnnotation

java.lang.Object
com.atlassian.bamboo.build.warning.WarningAnnotation
All Implemented Interfaces:
WhitelistedSerializable, Serializable

public class WarningAnnotation extends Object implements WhitelistedSerializable
See Also:
  • Method Details

    • builder

      public static WarningAnnotation.Builder builder()
    • getSeverity

      @NotNull public @NotNull WarningAnnotation.Severity getSeverity()
    • getRepositoryId

      public Long getRepositoryId()
    • getFileName

      public String getFileName()
    • getLineNumber

      public Integer getLineNumber()
    • getMessage

      public String getMessage()
    • getCategory

      public String getCategory()
    • getSource

      public String getSource()
      Human readable name of the warning origin (e.g. compiler type)