Package | Description |
---|---|
com.atlassian.jira.workflow.edit | |
com.atlassian.jira.workflow.edit.utilities |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTransitionData |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<TransitionData> |
Workflow.addGlobalTransitionReturningId(Workflow.AddTransitionParameters params)
Add a global transition to this workflow.
|
ServiceOutcome<TransitionData> |
WorkflowGlobalTransitions.addGlobalTransitionToWorkflow(String workflowName,
String statusId,
String globalTransitionName,
String globalTransitionDescription,
Long screenId)
Add a global transition with the specified properties to the named workflow.
|
ServiceOutcome<TransitionData> |
WorkflowGlobalTransitionsImpl.addGlobalTransitionToWorkflow(String workflowName,
String statusId,
String globalTransitionName,
String globalTransitionDescription,
Long screenId) |
ServiceOutcome<TransitionData> |
Workflow.addLoopedTransition(String name,
String description,
FieldScreen screen)
Adds a looped transition to every status on the workflow.
|
ServiceOutcome<TransitionData> |
Workflow.addTransition(Workflow.AddTransitionParameters params)
Add a new transition to the named workflow created with the supplied parameters.
|
ServiceOutcome<TransitionData> |
WorkflowTransitions.addTransitionToWorkflow(String name,
String description,
Long screenId,
int sourceStepId,
int targetStepId,
String workflowName)
Add a transition with the specified properties to the named workflow.
|
ServiceOutcome<TransitionData> |
WorkflowTransitionsImpl.addTransitionToWorkflow(String name,
String description,
Long screenId,
int sourceStepId,
int targetStepId,
String workflowName) |
ServiceOutcome<TransitionData> |
WorkflowLoopedTransitionsImpl.createLoopedTransition(String loopedTransitionName,
String loopedTransitionDescription,
Long screenId,
String workflowName) |
ServiceOutcome<TransitionData> |
WorkflowLoopedTransitions.createLoopedTransition(String loopedTransitionName,
String loopedTransitionDescription,
Long screenId,
String workflowName)
Create a looped transition to all statuses on a workflow.
|
Constructor and Description |
---|
SimpleTransitionData(TransitionData data) |
Modifier and Type | Class and Description |
---|---|
class |
ActionDescriptorTransitionData |
Copyright © 2002-2019 Atlassian. All Rights Reserved.