com.atlassian.jira.issue.tabpanels
Class WorklogTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
      extended by com.atlassian.jira.issue.tabpanels.WorklogTabPanel
All Implemented Interfaces:
IssueTabPanel

public class WorklogTabPanel
extends AbstractIssueTabPanel


Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
descriptor
 
Constructor Summary
WorklogTabPanel(WorklogService worklogService, JiraDurationUtils jiraDurationUtils)
           
 
Method Summary
 List getActions(Issue issue, User remoteUser)
          Return a list of issue actions in the order that you want them to be displayed.
 boolean showPanel(Issue issue, User remoteUser)
          Whether or not to show this tab panel for the given issue.
 
Methods inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorklogTabPanel

public WorklogTabPanel(WorklogService worklogService,
                       JiraDurationUtils jiraDurationUtils)
Method Detail

getActions

public List getActions(Issue issue,
                       User remoteUser)
Description copied from interface: IssueTabPanel
Return a list of issue actions in the order that you want them to be displayed.

Note that for the 'all' tab, they will be displayed in order according to the value returned by IssueAction.getTimePerformed()

Returns:
A List of IssueAction objects.

showPanel

public boolean showPanel(Issue issue,
                         User remoteUser)
Description copied from interface: IssueTabPanel
Whether or not to show this tab panel for the given issue.



Copyright © 2002-2007 Atlassian. All Rights Reserved.