Class RestWarningAnnotation

java.lang.Object
com.atlassian.bamboo.rest.model.warning.RestWarningAnnotation

@Internal public class RestWarningAnnotation extends Object
  • Constructor Details

    • RestWarningAnnotation

      public RestWarningAnnotation(@NotNull @NotNull String fileName, @NotNull @NotNull String message, @NotNull WarningAnnotation.Severity severity, @Nullable @Nullable Integer lineNumber, @Nullable @Nullable String category, @Nullable @Nullable String source)
  • Method Details

    • getFileName

      @NotNull public @NotNull String getFileName()
    • getMessage

      @NotNull public @NotNull String getMessage()
    • getSeverity

      @NotNull public @NotNull String getSeverity()
    • getLineNumber

      @Nullable public @Nullable Integer getLineNumber()
    • getCategory

      @Nullable public @Nullable String getCategory()
    • getSource

      @Nullable public @Nullable String getSource()