com.atlassian.jira.issue.action
Class Comment
java.lang.Object
com.atlassian.jira.issue.action.AbstractIssueAction
com.atlassian.jira.issue.action.AbstractGVIssueAction
com.atlassian.jira.issue.action.Comment
- All Implemented Interfaces:
- Comparable, IssueAction
- public class Comment
- extends AbstractGVIssueAction
Represents an issue comment.
- See Also:
ActionManager.getComments(org.ofbiz.core.entity.GenericValue, com.opensymphony.user.User)
Fields inherited from interface com.atlassian.jira.issue.action.IssueAction |
FS |
Constructor Summary |
Comment(org.ofbiz.core.entity.GenericValue genericValue,
User remoteUser)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment(org.ofbiz.core.entity.GenericValue genericValue,
User remoteUser)
getTemplateName
protected String getTemplateName()
- Specified by:
getTemplateName
in class AbstractIssueAction
getType
public String getType()
getUsername
public String getUsername()
getTimePerformed
public Timestamp getTimePerformed()
getLevel
public String getLevel()
- Specified by:
getLevel
in interface IssueAction
- Overrides:
getLevel
in class AbstractGVIssueAction
getComment
public String getComment()
populateVelocityParams
protected void populateVelocityParams(JiraWebActionSupport webAction,
Map params)
- Overrides:
populateVelocityParams
in class AbstractIssueAction
Copyright © 2002-2006 Atlassian. All Rights Reserved.