@ApplicationScoped public class DefaultPipelineEventListener extends Object implements PipelineEventListener
| Constructor and Description |
|---|
DefaultPipelineEventListener() |
| 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 apee) |
void |
onStageError(OnErrorStageExecutionEvent bsee) |
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 bsee)
onStageError in interface PipelineEventListenerpublic void afterStageExecution(AfterStageExecutionEvent asee)
afterStageExecution in interface PipelineEventListenerpublic void onPipelineError(OnErrorPipelineExecutionEvent apee)
onPipelineError in interface PipelineEventListenerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.