public interface

Workflows

com.atlassian.jira.functest.framework.Workflows
Known Indirect Subclasses

Class Overview

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

Summary

Constants
String BULK_TRANSITION_ELEMENT_NAME
String STEP_OPERATION_DETAILS
String STEP_PREFIX
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"

Constants

public static final String BULK_TRANSITION_ELEMENT_NAME

Constant Value: "wftransition"

public static final String STEP_OPERATION_DETAILS

Constant Value: "Operation Details"

public static final String STEP_PREFIX

Constant Value: "Bulk Operation: "

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