Class AddCommentRequest

java.lang.Object
com.atlassian.bitbucket.comment.AddCommentRequest
Direct Known Subclasses:
AddFileCommentRequest

public class AddCommentRequest extends Object
A request for creating comments on a Commentable.
Since:
5.0
  • Constructor Details

  • Method Details

    • getCommentable

      @Nonnull public Commentable getCommentable()
    • getSeverity

      @Nullable public CommentSeverity getSeverity()
      Since:
      6.7
    • getText

      @Nonnull public String getText()
    • isPending

      public boolean isPending()
      Since:
      7.7