public class

WorkflowsImpl

extends AbstractFuncTestUtil
implements Workflows
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.AbstractFuncTestUtil
     ↳ com.atlassian.jira.functest.framework.WorkflowsImpl

Class Overview

Navigation actions that pertain to workflows and bulk migrations/transitions.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.functest.framework.Workflows
[Expand]
Inherited Fields
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
Public Constructors
WorkflowsImpl(WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation)
Public Methods
void assertStepOperationDetails()
Asserts that we are currently on the step "Operation Details"
void chooseWorkflowAction(String workflowFormElement)
Chooses the Execute Worfklow Action radio button in the Step "Operation Details"
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.Workflows
From interface com.atlassian.jira.testkit.client.log.FuncTestLogger

Public Constructors

public WorkflowsImpl (WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation)

Public Methods

public void assertStepOperationDetails ()

Asserts that we are currently on the step "Operation Details"

public void chooseWorkflowAction (String workflowFormElement)

Chooses the Execute Worfklow Action radio button in the Step "Operation Details"

Parameters
workflowFormElement the workflow radio option that should be selected