@PublicApi public class GenericMessageAction extends Object implements IssueAction
| Constructor and Description |
|---|
GenericMessageAction(String message) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public Date getTimePerformed()
IssueActiongetTimePerformed in interface IssueActionUnsupportedOperationException if there
is no timestamp (say for generic messages)IssueActionComparatorpublic String getHtml()
IssueActiongetHtml in interface IssueActionpublic boolean isDisplayActionAllTab()
IssueActionisDisplayActionAllTab in interface IssueActionCopyright © 2002-2019 Atlassian. All Rights Reserved.