@javax.inject.Named class CommentsImplementation extends java.lang.Object
Constructor and description |
---|
CommentsImplementation(com.atlassian.jira.bc.issue.comment.CommentService commentService, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, com.atlassian.jira.security.roles.ProjectRoleManager projectRoleManager, com.atlassian.jira.issue.comments.CommentManager commentManager) |
Type Params | Return Type | Name and description |
---|---|---|
|
com.atlassian.jira.issue.comments.Comment |
add(com.atlassian.jira.issue.Issue issue, java.lang.String comment, groovy.lang.Closure<?> specification) |
|
void |
delete(com.atlassian.jira.issue.comments.Comment comment, groovy.lang.Closure<?> specification) |
|
void |
deleteOverrideSecurity(com.atlassian.jira.issue.comments.Comment comment, groovy.lang.Closure<?> specification) |
|
void |
update(com.atlassian.jira.issue.comments.Comment comment, groovy.lang.Closure<?> specification) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |