public class WorkflowIssueAction extends Object implements IssueOperation
For standard issue actions, use DefaultIssueActions
| Modifier and Type | Field and Description |
|---|---|
static WorkflowIssueAction |
CLOSE_ISSUE |
| Constructor and Description |
|---|
WorkflowIssueAction(long workflowActionId,
String uiName) |
| Modifier and Type | Method and Description |
|---|---|
String |
cssClass()
CSS class of the operation.
|
boolean |
hasShortcut()
whether or not this action has a shortcut associated with it.
|
String |
id()
Unique ID of the action used in the UI.
|
CharSequence |
shortcut()
Shortcut of this action (if any).
|
String |
toString() |
String |
uiName()
UI-visible name of the operation
|
long |
workflowActionId() |
public static WorkflowIssueAction CLOSE_ISSUE
public WorkflowIssueAction(long workflowActionId,
String uiName)
public long workflowActionId()
public String id()
IssueOperationid in interface IssueOperationpublic String uiName()
IssueOperationuiName in interface IssueOperationpublic String cssClass()
IssueOperationcssClass in interface IssueOperationpublic boolean hasShortcut()
IssueOperationhasShortcut in interface IssueOperationtrue, if this action has a keyboard shortcutpublic CharSequence shortcut()
IssueOperationWebElement.sendKeys(CharSequence...)
and com.atlassian.pageobjects.framework.element.PageElement#type(CharSequence...) methods.shortcut in interface IssueOperationIssueOperation.hasShortcut(),
WebElement.sendKeys(CharSequence...),
KeysCopyright © 2002-2018 Atlassian. All Rights Reserved.