Class CommentLimitContext

java.lang.Object
com.atlassian.jira.bc.safeguards.issue.comment.CommentLimitContext

public class CommentLimitContext extends Object
  • Method Details

    • getExecutor

      @Nullable public String getExecutor()
    • getAuthor

      @Nullable public String getAuthor()
    • getIssueId

      public long getIssueId()
    • getIssueKey

      public String getIssueKey()
    • getIpAddress

      @Nullable public String getIpAddress()
    • getCommentBody

      public String getCommentBody()
    • getCommentBodyTruncated

      public String getCommentBodyTruncated()
    • getLimit

      public long getLimit()
    • getCommentsCount

      public long getCommentsCount()
    • getUserRestricted

      @Nullable public Boolean getUserRestricted()
    • getCreated

      public Date getCreated()
    • isValid

      public boolean isValid()
    • getRestrictedGroups

      @Nullable public Set<String> getRestrictedGroups()
    • getRestrictedGroupsText

      public String getRestrictedGroupsText()
    • builder

      public static CommentLimitContext.Builder builder()