| Package | Description |
|---|---|
| io.cloudslang.score.api |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPlan |
ExecutionPlan.addStep(ExecutionStep step) |
ExecutionPlan |
ExecutionPlan.addSteps(List<ExecutionStep> steps) |
ExecutionPlan |
TriggeringProperties.getExecutionPlan() |
ExecutionPlan |
ExecutionPlan.setBeginStep(Long beginStep) |
ExecutionPlan |
ExecutionPlan.setFlowUuid(String flowUuid) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExecutionPlan> |
TriggeringProperties.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
static TriggeringProperties |
TriggeringProperties.create(ExecutionPlan executionPlan) |
| Modifier and Type | Method and Description |
|---|---|
TriggeringProperties |
TriggeringProperties.setDependencies(Map<String,ExecutionPlan> dependencies) |
Copyright © 2020. All rights reserved.