| Package | Description |
|---|---|
| com.atlassian.jira.plugins.workflowdesigner.validation.api.graph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionLeaf
Represents a condition leaf in the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Maybe<List<Condition>> |
Condition.getChildren()
Returns a list of sub-conditions if this condition is
of type
Condition.Type.CONJUNCTION or Condition.Type.ALTERNATIVE,
otherwise none. |
io.atlassian.fugue.Option<Condition> |
Transition.getCondition()
Condition that must be satisfied for the transition to be available.
|
Copyright © 2023 Atlassian. All rights reserved.