| Package | Description |
|---|---|
| org.guvnor.ala.pipeline | |
| org.guvnor.ala.pipeline.events | |
| org.guvnor.ala.pipeline.execution | |
| org.guvnor.ala.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePipeline |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
PipelineBuilder.build(PipelineConfig config) |
Pipeline |
PipelineBuilder.buildAs(String name) |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
OnErrorStageExecutionEvent.getPipeline() |
Pipeline |
OnErrorPipelineExecutionEvent.getPipeline() |
Pipeline |
BeforeStageExecutionEvent.getPipeline() |
Pipeline |
BeforePipelineExecutionEvent.getPipeline() |
Pipeline |
AfterStageExecutionEvent.getPipeline() |
Pipeline |
AfterPipelineExecutionEvent.getPipeline() |
| Constructor and Description |
|---|
AfterPipelineExecutionEvent(Pipeline pipeline) |
AfterStageExecutionEvent(Pipeline pipeline,
Stage stage) |
BeforePipelineExecutionEvent(Pipeline pipeline) |
BeforeStageExecutionEvent(Pipeline pipeline,
Stage stage) |
OnErrorPipelineExecutionEvent(Pipeline pipeline,
Stage stage,
Throwable error) |
OnErrorStageExecutionEvent(Pipeline pipeline,
Stage stage,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
PipelineExecutor.execute(Input input,
Pipeline pipeline,
Consumer<T> callback,
PipelineEventListener... eventListeners) |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
PipelineRegistry.getPipelineByName(String pipelineId) |
| Modifier and Type | Method and Description |
|---|---|
List<Pipeline> |
PipelineRegistry.getPipelines(int page,
int pageSize,
String sort,
boolean sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineRegistry.registerPipeline(Pipeline pipeline) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.