Class SingleAddInsightAnnotationRequest

java.lang.Object
com.atlassian.bitbucket.codeinsights.annotation.SingleAddInsightAnnotationRequest

public class SingleAddInsightAnnotationRequest extends Object
Since:
5.15
  • Method Details

    • getExternalId

      @Nullable public String getExternalId()
    • getLine

      public int getLine()
    • getLink

      @Nullable public URI getLink()
    • getMessage

      @Nonnull public String getMessage()
    • getPath

      @Nonnull public String getPath()
    • getSeverity

      @Nonnull public AnnotationSeverity getSeverity()
    • getType

      @Nullable public AnnotationType getType()