Class IssueCreatedAction
java.lang.Object
com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
com.atlassian.jira.issue.tabpanels.IssueCreatedAction
- All Implemented Interfaces:
IssueAction
This class is used when displaying change history in the View
Issue page, on the 'Change History' tab panel.
-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
descriptor -
Constructor Summary
ConstructorsConstructorDescriptionIssueCreatedAction(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue) -
Method Summary
Modifier and TypeMethodDescriptiongetHtml()Get the HTML to present for this issueAction on the tab panel.getId()This is used to sort between IssueAction objects on the 'All' tab.protected voidpopulateVelocityParams(Map params) Methods inherited from class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
isDisplayActionAllTab
-
Constructor Details
-
IssueCreatedAction
public IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue)
-
-
Method Details
-
getTimePerformed
Description copied from interface:IssueActionThis is used to sort between IssueAction objects on the 'All' tab.- Specified by:
getTimePerformedin interfaceIssueAction- Specified by:
getTimePerformedin classAbstractIssueAction- Returns:
- timestamp of when the issue action was created, or throw
UnsupportedOperationExceptionif there is no timestamp (say for generic messages) - See Also:
-
populateVelocityParams
- Specified by:
populateVelocityParamsin classAbstractIssueAction
-
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- Overrides:
getHtmlin classAbstractIssueAction
-
getId
-
getCreatorId
-
getCreatedDate
-
getCreatedDateHtml
-
getCreatedDateIso8601Html
-
getUserProfileHtml
-