java.lang.Object | |
↳ | com.atlassian.jira.issue.comments.CommentImpl |
Represents a comment on an issue by a user. Comment is essentially a GenericValue wrapper with getters
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of this class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.entity.WithId
| |||||||||||
From interface
com.atlassian.jira.issue.comments.Comment
| |||||||||||
From interface
com.atlassian.jira.issue.comments.MutableComment
|
Creates a new instance of this class. The constructor id package protected in order to allow only the DefaultCommentManager to create new instances (a.k.a. comment factory)
projectRoleManager | project role manager |
---|---|
author | user name of the author, required |
updateAuthor | user name of the author that has last updated |
body | body of the comment, required |
groupLevel | group visibility level |
roleLevelId | role ID visibility level |
created | created date, set to new Date if null |
updated | updated date, set to created Date if null |
issue | related issue |
IllegalArgumentException | if invalid data was passed |
---|
Returns the key for the user that created the comment
Returns the key for the user that created the comment
Returns a date when this comment was created. This is never null
Get the user that performed the update
object