com.atlassian.jira.functest.framework
Interface Workflows
- All Known Implementing Classes:
- WorkflowsImpl
public interface Workflows
Navigation actions that pertain to workflows and bulk migrations/transitions.
- Since:
- v4.0
STEP_PREFIX
static final String STEP_PREFIX
- See Also:
- Constant Field Values
STEP_OPERATION_DETAILS
static final String STEP_OPERATION_DETAILS
- See Also:
- Constant Field Values
BULK_TRANSITION_ELEMENT_NAME
static final String BULK_TRANSITION_ELEMENT_NAME
- See Also:
- Constant Field Values
chooseWorkflowAction
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
assertStepOperationDetails
void assertStepOperationDetails()
- Asserts that we are currently on the step "Operation Details"
Copyright © 2002-2012 Atlassian. All Rights Reserved.