public class

IssueCreatedAction

extends AbstractIssueAction
java.lang.Object
   ↳ com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
     ↳ com.atlassian.jira.issue.tabpanels.IssueCreatedAction

Class Overview

This class is used when displaying change history in the View Issue page, on the 'Change History' tab panel.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
Public Constructors
IssueCreatedAction(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue)
Public Methods
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 Methods
void populateVelocityParams(Map params)
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueAction
From class java.lang.Object
From interface com.atlassian.jira.plugin.issuetabpanel.IssueAction

Public Constructors

public IssueCreatedAction (IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue)

Public Methods

public Timestamp getCreatedDate ()

public String getCreatedDateHtml ()

public String getCreatedDateIso8601Html ()

public String getCreatorId ()

public String getHtml ()

Get the HTML to present for this issueAction on the tab panel. IssueAction represents one entry of the tab panel

public Long getId ()

public Date getTimePerformed ()

This is used to sort between IssueAction objects on the 'All' tab.

Returns

public String getUserProfileHtml ()

Protected Methods

protected void populateVelocityParams (Map params)