Class WorkflowsImpl

java.lang.Object
com.atlassian.jira.functest.framework.WorkflowsImpl
All Implemented Interfaces:
Workflows

public class WorkflowsImpl extends Object implements Workflows
Navigation actions that pertain to workflows and bulk migrations/transitions.
Since:
v4.0
  • Constructor Details

    • WorkflowsImpl

      @Inject public WorkflowsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation)
  • Method Details

    • chooseWorkflowAction

      public void chooseWorkflowAction(String workflowFormElement)
      Description copied from interface: Workflows
      Chooses the Execute Worfklow Action radio button in the Step "Operation Details"
      Specified by:
      chooseWorkflowAction in interface Workflows
      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 interface Workflows