Class WorkflowsImpl
java.lang.Object
com.atlassian.jira.functest.framework.WorkflowsImpl
- All Implemented Interfaces:
Workflows
Navigation actions that pertain to workflows and bulk migrations/transitions.
- Since:
- v4.0
-
Field Summary
Fields inherited from interface com.atlassian.jira.functest.framework.Workflows
BULK_TRANSITION_ELEMENT_NAME, STEP_OPERATION_DETAILS, STEP_PREFIX
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowsImpl
(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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"
-
Constructor Details
-
Method Details
-
chooseWorkflowAction
Description copied from interface:Workflows
Chooses the Execute Worfklow Action radio button in the Step "Operation Details"- Specified by:
chooseWorkflowAction
in interfaceWorkflows
- Parameters:
workflowFormElement
- the workflow radio option that should be selected
-
assertStepOperationDetails
public void assertStepOperationDetails()Description copied from interface:Workflows
Asserts that we are currently on the step "Operation Details"- Specified by:
assertStepOperationDetails
in interfaceWorkflows
-