| Package | Description |
|---|---|
| org.guvnor.ala.pipeline | |
| org.guvnor.ala.pipeline.events | |
| org.guvnor.ala.pipeline.impl |
| Modifier and Type | Method and Description |
|---|---|
static <INPUT extends Config,OUTPUT extends Config> |
StageUtil.config(String name,
Function<INPUT,OUTPUT> f) |
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
Pipeline.getStages()
Get the list of stages for this pipeline
|
| Modifier and Type | Method and Description |
|---|---|
Stage |
StageExecutionPipelineEvent.getStage() |
| Constructor and Description |
|---|
AfterStageExecutionEvent(String executionId,
Pipeline pipeline,
Stage stage) |
BeforeStageExecutionEvent(String executionId,
Pipeline pipeline,
Stage stage) |
OnErrorPipelineExecutionEvent(String executionId,
Pipeline pipeline,
Stage stage,
Throwable error) |
OnErrorStageExecutionEvent(String executionId,
Pipeline pipeline,
Stage stage,
Throwable error) |
StageExecutionPipelineEvent(String executionId,
Pipeline pipeline,
Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
BasePipeline.getStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasePipeline.setStages(List<Stage> stages) |
| Constructor and Description |
|---|
BasePipeline(String name,
List<Stage> stages) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.