public interface WorkflowSteps
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.
|
WorkflowTransition editTransition(int stepId, int transitionId)
stepId
- ID of the steptransitionId
- ID of the transitionWorkflowSteps add(String stepName, String linkedStatus)
stepName
- The name of the step.linkedStatus
- The status to be linked to this step.WorkflowSteps addTransition(String stepName, String transitionName, String transitionDescription, String destinationStep, String transitionFieldScreen)
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.