public class IssueCreatedAction extends AbstractIssueAction
descriptor
Constructor and Description |
---|
IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor,
DateTimeFormatter formatter,
UserFormatManager userFormatManager,
I18nHelper i18nHelper,
AvatarService avatarService,
JiraAuthenticationContext authenticationContext,
Issue issue) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreatedDate() |
String |
getCreatedDateHtml() |
String |
getCreatedDateIso8601Html() |
String |
getCreatorId() |
String |
getHtml()
Get the HTML to present for this issueAction on the tab panel.
|
Long |
getId() |
Date |
getTimePerformed()
This is used to sort between IssueAction objects on the 'All' tab.
|
String |
getUserProfileHtml() |
protected void |
populateVelocityParams(Map params) |
isDisplayActionAllTab
public IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue)
public Date getTimePerformed()
IssueAction
getTimePerformed
in interface IssueAction
getTimePerformed
in class AbstractIssueAction
UnsupportedOperationException
if there
is no timestamp (say for generic messages)IssueActionComparator
protected void populateVelocityParams(Map params)
populateVelocityParams
in class AbstractIssueAction
public String getHtml()
IssueAction
getHtml
in interface IssueAction
getHtml
in class AbstractIssueAction
public Long getId()
public String getCreatorId()
public Timestamp getCreatedDate()
public String getCreatedDateHtml()
public String getCreatedDateIso8601Html()
public String getUserProfileHtml()
Copyright © 2002-2024 Atlassian. All Rights Reserved.