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
@NonInjectableComponent
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,
JiraDurationUtils jiraDurationUtils,
boolean canEditWorklog,
boolean canDeleteWorklog,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager)
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
- Returns:
- timestamp of when the issue action was created, or throw
UnsupportedOperationException
if there
is no timestamp (say for generic messages) - See Also:
IssueActionComparator
populateVelocityParams
protected void populateVelocityParams(Map params)
- Specified by:
populateVelocityParams
in class AbstractIssueAction
getPrettyDuration
public String getPrettyDuration(String duration)
getWorklog
public Worklog getWorklog()
isCanDeleteWorklog
public boolean isCanDeleteWorklog()
isCanEditWorklog
public boolean isCanEditWorklog()
Copyright © 2002-2011 Atlassian. All Rights Reserved.