Modifier and Type | Interface and Description |
---|---|
interface |
ConfigBasedPipeline
A pipeline based on a PipelineConfig.
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
SystemPipelineDescriptor.getPipeline() |
Modifier and Type | Method and Description |
---|---|
Pipeline |
BasePipelineEvent.getPipeline() |
Constructor and Description |
---|
AfterPipelineExecutionEvent(String executionId,
Pipeline pipeline) |
AfterStageExecutionEvent(String executionId,
Pipeline pipeline,
Stage stage) |
BasePipelineEvent(String executionId,
Pipeline pipeline) |
BeforePipelineExecutionEvent(String executionId,
Pipeline pipeline) |
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 |
---|---|
<T> void |
PipelineExecutor.execute(Input input,
Pipeline pipeline,
Consumer<T> callback,
PipelineEventListener... eventListeners) |
Constructor and Description |
---|
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input) |
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input,
ProviderId providerId) |
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input,
ProviderType providerType) |
Modifier and Type | Class and Description |
---|---|
class |
BasePipeline
Base Pipeline implementation
|
class |
ConfigBasedPipelineImpl |
Modifier and Type | Method and Description |
---|---|
Pipeline |
PipelineRegistry.getPipelineByName(String pipelineId)
Gets a Pipeline by Name.
|
Modifier and Type | Method and Description |
---|---|
List<Pipeline> |
PipelineRegistry.getPipelines(int page,
int pageSize,
String sort,
boolean sortOrder)
Gets all the registered Pipelines
|
List<Pipeline> |
PipelineRegistry.getPipelines(String providerType,
String version,
int page,
int pageSize,
String sort,
boolean sortOrder)
Gets all the registered Pipelines for a given provider type.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineRegistry.registerPipeline(Pipeline pipeline)
Registers a Pipeline
|
void |
PipelineRegistry.registerPipeline(Pipeline pipeline,
ProviderType providerType)
Registers a Pipeline by associating it to a provider type.
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
InMemoryPipelineRegistry.getPipelineByName(String pipelineId) |
Modifier and Type | Method and Description |
---|---|
List<Pipeline> |
InMemoryPipelineRegistry.getPipelines(int page,
int pageSize,
String sort,
boolean sortOrder) |
List<Pipeline> |
InMemoryPipelineRegistry.getPipelines(String providerType,
String version,
int page,
int pageSize,
String sort,
boolean sortOrder) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryPipelineRegistry.registerPipeline(Pipeline pipeline) |
void |
InMemoryPipelineRegistry.registerPipeline(Pipeline pipeline,
ProviderType providerType) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.