com.atlassian.jira.plugin.issuetabpanel
Interface IssueAction

All Known Implementing Classes:
AbstractIssueAction, ChangeHistoryAction, CommentAction, CVSAction, GenericMessageAction, WorklogAction

@PublicSpi
public interface IssueAction

A comment, work log, changelog etc on an issue.

See Also:
IssueTabPanel

Method Summary
 String getHtml()
          Get the HTML to present for this issueAction on the tab panel.
 Date getTimePerformed()
          This is used to sort between IssueAction objects on the 'All' tab.
 boolean isDisplayActionAllTab()
          Determines whether this action is displayed in the 'All' tab
 

Method Detail

getHtml

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


getTimePerformed

Date getTimePerformed()
This is used to sort between IssueAction objects on the 'All' tab.

Returns:
timestamp of when the issue action was created, or throw UnsupportedOperationException if there is no timestamp (say for generic messages)
See Also:
IssueActionComparator

isDisplayActionAllTab

boolean isDisplayActionAllTab()
Determines whether this action is displayed in the 'All' tab



Copyright © 2002-2012 Atlassian. All Rights Reserved.