com.atlassian.jira.issue.comments
Interface Comment

All Known Subinterfaces:
MutableComment

public interface Comment


Method Summary
 String getAuthor()
          Get the user that created the comment
 String getAuthorFullName()
           
 User getAuthorObject()
          Deprecated. Use getAuthorUser() instead. Since v4.4.
 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()
           
 User getUpdateAuthorObject()
          Deprecated. Use getUpdateAuthorUser() instead. Since v4.4.
 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

getAuthorObject

User getAuthorObject()
Deprecated. Use getAuthorUser() instead. Since v4.4.

Get the user that created the comment

Returns:
a User object

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()

getUpdateAuthorObject

User getUpdateAuthorObject()
Deprecated. Use getUpdateAuthorUser() instead. Since v4.4.

Get the user that performed the update

Returns:
a User object

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-2011 Atlassian. All Rights Reserved.