public interface IssueOperation
DefaultIssueActions,
WorkflowIssueAction| 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 |
uiName()
UI-visible name of the operation
|
String id()
String uiName()
String cssClass()
boolean hasShortcut()
true, if this action has a keyboard shortcutCharSequence shortcut()
WebElement.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(),
WebElement.sendKeys(CharSequence...),
KeysCopyright © 2002-2019 Atlassian. All Rights Reserved.