public class WorkflowStepsImpl extends AbstractFuncTestUtil implements WorkflowSteps
WorkflowSteps
.environmentData, FS, locators, logger, logIndentLevel, tester
Constructor and Description |
---|
WorkflowStepsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel) |
Modifier and Type | Method and Description |
---|---|
WorkflowSteps |
add(String stepName,
String linkedStatus)
Adds a step the current workflow.
|
WorkflowSteps |
addTransition(String stepName,
String transitionName,
String transitionDescription,
String destinationStep,
String transitionFieldScreen)
Adds a transition to the current workflow
|
WorkflowTransition |
editTransition(int stepId,
int transitionId)
Edit transition with given transitionId for step with given stepId.
|
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
public WorkflowStepsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel)
public WorkflowTransition editTransition(int stepId, int transitionId)
WorkflowSteps
editTransition
in interface WorkflowSteps
stepId
- ID of the steptransitionId
- ID of the transitionpublic WorkflowSteps add(String stepName, String linkedStatus)
WorkflowSteps
add
in interface WorkflowSteps
stepName
- The name of the step.linkedStatus
- The status to be linked to this step.public WorkflowSteps addTransition(String stepName, String transitionName, String transitionDescription, String destinationStep, String transitionFieldScreen)
WorkflowSteps
addTransition
in interface WorkflowSteps
stepName
- The origin workflow step for this transition.transitionName
- The name of the transition to add.transitionDescription
- A description for the transition to add.destinationStep
- The destination step for this transition.transitionFieldScreen
- The screen to display.Copyright © 2002-2016 Atlassian. All Rights Reserved.