public class PipelineExecutionListener extends Object implements PipelineEventListener
| Constructor and Description |
|---|
PipelineExecutionListener() |
PipelineExecutionListener(javax.enterprise.event.Event<PipelineStatusChangeEvent> pipelineStatusChangeEvent,
javax.enterprise.event.Event<StageStatusChangeEvent> stageStatusChangeEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPipelineExecution(AfterPipelineExecutionEvent apee) |
void |
afterStageExecution(AfterStageExecutionEvent asee) |
void |
beforePipelineExecution(BeforePipelineExecutionEvent bpee) |
void |
beforeStageExecution(BeforeStageExecutionEvent bsee) |
void |
onPipelineError(OnErrorPipelineExecutionEvent oepee) |
void |
onStageError(OnErrorStageExecutionEvent oesee) |
public PipelineExecutionListener()
@Inject public PipelineExecutionListener(javax.enterprise.event.Event<PipelineStatusChangeEvent> pipelineStatusChangeEvent, javax.enterprise.event.Event<StageStatusChangeEvent> stageStatusChangeEvent)
public void beforePipelineExecution(BeforePipelineExecutionEvent bpee)
beforePipelineExecution in interface PipelineEventListenerpublic void afterPipelineExecution(AfterPipelineExecutionEvent apee)
afterPipelineExecution in interface PipelineEventListenerpublic void beforeStageExecution(BeforeStageExecutionEvent bsee)
beforeStageExecution in interface PipelineEventListenerpublic void onStageError(OnErrorStageExecutionEvent oesee)
onStageError in interface PipelineEventListenerpublic void afterStageExecution(AfterStageExecutionEvent asee)
afterStageExecution in interface PipelineEventListenerpublic void onPipelineError(OnErrorPipelineExecutionEvent oepee)
onPipelineError in interface PipelineEventListenerCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.