Uses of Interface
com.atlassian.jira.functest.framework.admin.WorkflowSteps

Packages that use WorkflowSteps
com.atlassian.jira.functest.framework.admin   
com.atlassian.jira.functest.framework.admin.workflows   
 

Uses of WorkflowSteps in com.atlassian.jira.functest.framework.admin
 

Classes in com.atlassian.jira.functest.framework.admin that implement WorkflowSteps
 class WorkflowStepsImpl
          Default implementation of WorkflowSteps.
 

Methods in com.atlassian.jira.functest.framework.admin that return WorkflowSteps
 WorkflowSteps WorkflowStepsImpl.add(String stepName, String linkedStatus)
           
 WorkflowSteps WorkflowSteps.add(String stepName, String linkedStatus)
          Adds a step the current workflow.
 WorkflowSteps WorkflowStepsImpl.addTransition(String stepName, String transitionName, String transitionDescription, String destinationStep, String transitionFieldScreen)
           
 WorkflowSteps WorkflowSteps.addTransition(String stepName, String transitionName, String transitionDescription, String destinationStep, String transitionFieldScreen)
          Adds a transition to the current workflow
 WorkflowSteps ViewWorkflowsImpl.createDraft(String name)
           
 WorkflowSteps ViewWorkflows.createDraft(String name)
           
 WorkflowSteps ViewWorkflowsImpl.workflowSteps(String workflowName)
           
 WorkflowSteps ViewWorkflows.workflowSteps(String workflowName)
          Go to 'Workflow steps' page for given workflow
 

Uses of WorkflowSteps in com.atlassian.jira.functest.framework.admin.workflows
 

Methods in com.atlassian.jira.functest.framework.admin.workflows that return WorkflowSteps
 WorkflowSteps WorkflowDesignerPage.TextView.steps()
           
 WorkflowSteps ViewWorkflowPage.TextView.steps()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.