|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 to the given User for the given Issue. |
Method Detail |
---|
void init(IssueTabPanelModuleDescriptor descriptor)
List getActions(Issue issue, User remoteUser)
Note that for the 'all' tab, they will be displayed in order according to the value returned
by IssueAction.getTimePerformed()
the user that is viewing the tab can affect which objects are shown, as well as which operations are available on each.
issue
- The Issue that the objects belong to.remoteUser
- The user viewing this tab.
IssueAction
objects.boolean showPanel(Issue issue, User remoteUser)
issue
- The Issue.remoteUser
- The viewing user.
true
if we should show this tab panel to the given User for the given Issue.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |