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) |
isDisplayActionAllTabpublic IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue)
public Date getTimePerformed()
IssueActiongetTimePerformed in interface IssueActiongetTimePerformed in class AbstractIssueActionUnsupportedOperationException if there
is no timestamp (say for generic messages)IssueActionComparatorprotected void populateVelocityParams(Map params)
populateVelocityParams in class AbstractIssueActionpublic String getHtml()
IssueActiongetHtml in interface IssueActiongetHtml in class AbstractIssueActionpublic Long getId()
public String getCreatorId()
public Timestamp getCreatedDate()
public String getCreatedDateHtml()
public String getCreatedDateIso8601Html()
public String getUserProfileHtml()
Copyright © 2002-2021 Atlassian. All Rights Reserved.