| java.lang.Object | |
| ↳ | com.atlassian.jira.pageobjects.model.WorkflowIssueAction |
Represents built-in and custom JIRA workflow transitions that are executed as actions in the UI.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CLOSE_ISSUE | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
CSS class of the operation.
| |||||||||||
whether or not this action has a shortcut associated with it.
| |||||||||||
Unique ID of the action used in the UI.
| |||||||||||
Shortcut of this action (if any).
| |||||||||||
UI-visible name of the operation
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.jira.pageobjects.model.IssueOperation
| |||||||||||||||||||||
whether or not this action has a shortcut associated with it.
true, if this action has a keyboard shortcut
Shortcut of this action (if any). It must be compatible with the
sendKeys(CharSequence)
and com.atlassian.pageobjects.framework.element.PageElement#type(CharSequence...) methods.

