public interface PipelineEventListener
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) |
void beforePipelineExecution(BeforePipelineExecutionEvent bpee)
void afterPipelineExecution(AfterPipelineExecutionEvent apee)
void beforeStageExecution(BeforeStageExecutionEvent bsee)
void onStageError(OnErrorStageExecutionEvent oesee)
void afterStageExecution(AfterStageExecutionEvent asee)
void onPipelineError(OnErrorPipelineExecutionEvent oepee)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.