com.atlassian.jira.issue.tabpanels
Class WorklogAction
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
com.atlassian.jira.issue.tabpanels.WorklogAction
- All Implemented Interfaces:
- IssueAction
- public class WorklogAction
- extends AbstractIssueAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorklogAction
public WorklogAction(IssueTabPanelModuleDescriptor descriptor,
Worklog worklog,
Issue issue,
JiraDurationUtils jiraDurationUtils)
getTimePerformed
public Date getTimePerformed()
- Description copied from interface:
IssueAction
- This is used to sort between IssueAction objects on the 'All' tab.
- Specified by:
getTimePerformed
in interface IssueAction
- Specified by:
getTimePerformed
in class AbstractIssueAction
populateVelocityParams
protected void populateVelocityParams(Map params)
- Specified by:
populateVelocityParams
in class AbstractIssueAction
getId
public Long getId()
getIssue
public Issue getIssue()
getUsername
public String getUsername()
getFullName
public String getFullName()
getComment
public String getComment()
getGroupLevel
public String getGroupLevel()
getRoleLevel
public ProjectRole getRoleLevel()
getCreatedDate
public Timestamp getCreatedDate()
getTimeSpent
public String getTimeSpent()
getPrettyDuration
public String getPrettyDuration(String duration)
Copyright © 2002-2007 Atlassian. All Rights Reserved.