Class AbstractIssueAction
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
- All Implemented Interfaces:
IssueAction
- Direct Known Subclasses:
ChangeHistoryAction,CommentAction,IssueCreatedAction,WorklogAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHtml()Get the HTML to present for this issueAction on the tab panel.abstract DateThis is used to sort between IssueAction objects on the 'All' tab.booleanDetermines whether this action is displayed in the 'All' tabprotected abstract voidpopulateVelocityParams(Map params)
-
Field Details
-
descriptor
-
-
Constructor Details
-
AbstractIssueAction
-
-
Method Details
-
getTimePerformed
Description copied from interface:IssueActionThis is used to sort between IssueAction objects on the 'All' tab.- Specified by:
getTimePerformedin interfaceIssueAction- Returns:
- timestamp of when the issue action was created, or throw
UnsupportedOperationExceptionif there is no timestamp (say for generic messages) - See Also:
-
getHtml
Description copied from interface:IssueActionGet the HTML to present for this issueAction on the tab panel. IssueAction represents one entry of the tab panel- Specified by:
getHtmlin interfaceIssueAction
-
populateVelocityParams
-
isDisplayActionAllTab
public boolean isDisplayActionAllTab()Description copied from interface:IssueActionDetermines whether this action is displayed in the 'All' tab- Specified by:
isDisplayActionAllTabin interfaceIssueAction
-