Class WorkflowIssueAction
java.lang.Object
com.atlassian.jira.pageobjects.model.WorkflowIssueAction
- All Implemented Interfaces:
IssueOperation
Represents built-in and custom JIRA workflow transitions that are executed as actions in the UI.
For standard issue actions, use DefaultIssueActions
- Since:
- v4.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLOSE_ISSUE
-
-
Constructor Details
-
WorkflowIssueAction
-
-
Method Details
-
workflowActionId
public long workflowActionId() -
id
Description copied from interface:IssueOperationUnique ID of the action used in the UI.- Specified by:
idin interfaceIssueOperation- Returns:
- ID of the issue operation
-
uiName
Description copied from interface:IssueOperationUI-visible name of the operation- Specified by:
uiNamein interfaceIssueOperation- Returns:
- name of the operation
-
cssClass
Description copied from interface:IssueOperationCSS class of the operation.- Specified by:
cssClassin interfaceIssueOperation- Returns:
- unique CSS class of the operation
-
hasShortcut
public boolean hasShortcut()Description copied from interface:IssueOperationwhether or not this action has a shortcut associated with it.- Specified by:
hasShortcutin interfaceIssueOperation- Returns:
true, if this action has a keyboard shortcut
-
shortcut
Description copied from interface:IssueOperationShortcut of this action (if any). It must be compatible with theWebElement.sendKeys(CharSequence...)andmethods.invalid reference
com.atlassian.pageobjects.framework.element.PageElement#type(CharSequence...)- Specified by:
shortcutin interfaceIssueOperation- Returns:
- keyboard shortcut associated with this issue operation.
- See Also:
-
toString
-