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()
IssueOperation
id
in interface IssueOperation
public String uiName()
IssueOperation
uiName
in interface IssueOperation
public String cssClass()
IssueOperation
cssClass
in interface IssueOperation
public boolean hasShortcut()
IssueOperation
hasShortcut
in interface IssueOperation
true
, if this action has a keyboard shortcutpublic CharSequence shortcut()
IssueOperation
WebElement.sendKeys(CharSequence...)
and com.atlassian.pageobjects.framework.element.PageElement#type(CharSequence...)
methods.shortcut
in interface IssueOperation
IssueOperation.hasShortcut()
,
WebElement.sendKeys(CharSequence...)
,
Keys
Copyright © 2002-2017 Atlassian. All Rights Reserved.