com.atlassian.jira.issue.comments
Interface Comment

All Known Subinterfaces:
MutableComment
All Known Implementing Classes:
CommentImpl

@PublicApi
public interface Comment


Method Summary
 String getAuthor()
          Get the user that created the comment
 String getAuthorFullName()
           
 com.atlassian.crowd.embedded.api.User getAuthorUser()
          Get the user that created the comment
 String getBody()
           
 Date getCreated()
           
 String getGroupLevel()
           
 Long getId()
           
 Issue getIssue()
           
 ProjectRole getRoleLevel()
           
 Long getRoleLevelId()
           
 String getUpdateAuthor()
           
 String getUpdateAuthorFullName()
           
 com.atlassian.crowd.embedded.api.User getUpdateAuthorUser()
          Get the user that performed the update
 Date getUpdated()
           
 

Method Detail

getAuthor

String getAuthor()
Get the user that created the comment

Returns:
username of the user that created the comment

getAuthorUser

com.atlassian.crowd.embedded.api.User getAuthorUser()
Get the user that created the comment

Returns:
a User object

getAuthorFullName

String getAuthorFullName()

getBody

String getBody()

getCreated

Date getCreated()

getGroupLevel

String getGroupLevel()

getId

Long getId()

getRoleLevelId

Long getRoleLevelId()

getRoleLevel

ProjectRole getRoleLevel()

getIssue

Issue getIssue()

getUpdateAuthor

String getUpdateAuthor()

getUpdateAuthorUser

com.atlassian.crowd.embedded.api.User getUpdateAuthorUser()
Get the user that performed the update

Returns:
a User object

getUpdateAuthorFullName

String getUpdateAuthorFullName()

getUpdated

Date getUpdated()


Copyright © 2002-2012 Atlassian. All Rights Reserved.