|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.pageobjects.model.WorkflowIssueAction
public class WorkflowIssueAction
Represents built-in and custom JIRA workflow transitions that are executed as actions in the UI.
| Constructor Summary | |
|---|---|
WorkflowIssueAction(long workflowActionId,
String uiName)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowIssueAction(long workflowActionId,
String uiName)
| Method Detail |
|---|
public long workflowActionId()
public String id()
IssueOperation
id in interface IssueOperationpublic String uiName()
IssueOperation
uiName in interface IssueOperationpublic String cssClass()
IssueOperation
cssClass in interface IssueOperationpublic boolean hasShortcut()
IssueOperation
hasShortcut in interface IssueOperationtrue, if this action has a keyboard shortcutpublic CharSequence shortcut()
IssueOperationWebElement.sendKeys(CharSequence...)
and com.atlassian.pageobjects.framework.element.PageElement#type(CharSequence...) methods.
shortcut in interface IssueOperationIssueOperation.hasShortcut(),
WebElement.sendKeys(CharSequence...),
Keyspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||