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
|
WorkflowSteps |
deleteStep(String stepName)
Deletes a step from the workflow
|
WorkflowSteps |
deleteTransition(String stepName,
String transitionName)
Deletes a transition from a specified step.
|
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.WorkflowSteps deleteStep(String stepName)
stepName - The step name to delete.WorkflowSteps deleteTransition(String stepName, String transitionName)
stepName - the step nametransitionName - the transition nameCopyright © 2002-2020 Atlassian. All Rights Reserved.