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