Modifier and Type | Method and Description |
---|---|
IssueActionsMenu |
IssueActionsMenu.clickItem(IssueOperation issueOperation)
Clicks specified item/action in the menu
|
Modifier and Type | Method and Description |
---|---|
void |
IssueActionsUtil.invokeActionTrigger(IssueOperation action,
ActionTrigger trigger) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIssueActions
Enumeration of default issue actions.
|
class |
WorkflowIssueAction
Represents built-in and custom JIRA workflow transitions that are executed as actions in the UI.
|
Modifier and Type | Method and Description |
---|---|
ViewIssuePage |
IssueMenu.invoke(IssueOperation issueOperation)
Invoke given issueOperation.
|
<T> T |
IssueMenu.invoke(IssueOperation issueOperation,
Class<T> targetClass,
Object... args)
Invoke given issueOperation and return the target page object.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.