com.atlassian.jira.plugin.issuetabpanel
Interface IssueTabPanel

All Known Implementing Classes:
AbstractIssueTabPanel, AllTabPanel, ChangeHistoryTabPanel, CommentTabPanel, CVSTabPanel, WorklogTabPanel

public interface IssueTabPanel

A comment, work log, changelog etc on an issue. This plugin type is documented online.


Method Summary
 List getActions(Issue issue, User remoteUser)
          Return a list of issue actions in the order that you want them to be displayed.
 void init(IssueTabPanelModuleDescriptor descriptor)
           
 boolean showPanel(Issue issue, User remoteUser)
          Whether or not to show this tab panel for the given issue.
 

Method Detail

init

void init(IssueTabPanelModuleDescriptor descriptor)

getActions

List getActions(Issue issue,
                User remoteUser)
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

boolean showPanel(Issue issue,
                  User remoteUser)
Whether or not to show this tab panel for the given issue.



Copyright © 2002-2009 Atlassian. All Rights Reserved.