|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IssueTabPanelModuleDescriptor
An issue tab panel plugin adds extra panel tabs to JIRA's View Issue page.
Method Summary | |
---|---|
List<IssueAction> |
getActions(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
|
String |
getLabel()
|
int |
getOrder()
|
boolean |
isDefault()
|
boolean |
isSortable()
|
boolean |
isSupportsAjaxLoad()
|
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor |
---|
getHtml, getHtml, getI18nBean |
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
---|
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion |
Methods inherited from interface com.atlassian.plugin.Resourced |
---|
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation |
Method Detail |
---|
String getLabel()
List<IssueAction> getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
issue
- IssueremoteUser
- User
IssueAction
s.int getOrder()
getOrder
in interface OrderableModuleDescriptor
boolean isDefault()
boolean isSortable()
boolean isSupportsAjaxLoad()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |