com.atlassian.jira.pageobjects.model.IssueOperation |
Known Indirect Subclasses
|
Represents an operation that can be performed on an issue. Operations in the JIRA UI are identifiable by their unique ID, name (visible to users) and CSS class.
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
|
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.
IllegalStateException | if this action has no keyboard shortcut, which may be verified by means of
hasShortcut() |
---|
hasShortcut()
sendKeys(CharSequence)