|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 IssueOperation
public String uiName()
IssueOperation
uiName
in interface IssueOperation
public String cssClass()
IssueOperation
cssClass
in interface IssueOperation
public boolean hasShortcut()
IssueOperation
hasShortcut
in interface IssueOperation
true
, if this action has a keyboard shortcutpublic CharSequence shortcut()
IssueOperation
WebElement.sendKeys(CharSequence...)
and com.atlassian.pageobjects.framework.element.PageElement#type(CharSequence...)
methods.
shortcut
in interface IssueOperation
IssueOperation.hasShortcut()
,
WebElement.sendKeys(CharSequence...)
,
Keys
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |