public class CommentLimitContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommentLimitContext.Builder |
Modifier and Type | Method and Description |
---|---|
static CommentLimitContext.Builder |
builder() |
String |
getAuthor() |
String |
getCommentBody() |
String |
getCommentBodyTruncated() |
long |
getCommentsCount() |
Date |
getCreated() |
String |
getExecutor() |
String |
getIpAddress() |
long |
getIssueId() |
String |
getIssueKey() |
long |
getLimit() |
Set<String> |
getRestrictedGroups() |
String |
getRestrictedGroupsText() |
Boolean |
getUserRestricted() |
boolean |
isValid() |
public long getIssueId()
public String getIssueKey()
public String getCommentBody()
public String getCommentBodyTruncated()
public long getLimit()
public long getCommentsCount()
public Date getCreated()
public boolean isValid()
public String getRestrictedGroupsText()
public static CommentLimitContext.Builder builder()
Copyright © 2002-2024 Atlassian. All Rights Reserved.