Uses of Interface
org.guvnor.ala.pipeline.events.PipelineEvent
-
Packages that use PipelineEvent Package Description org.guvnor.ala.pipeline.events org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineEvent in org.guvnor.ala.pipeline.events
Classes in org.guvnor.ala.pipeline.events that implement PipelineEvent Modifier and Type Class Description classAfterPipelineExecutionEventclassAfterStageExecutionEventclassBasePipelineEventclassBeforePipelineExecutionEventclassBeforeStageExecutionEventclassOnErrorPipelineExecutionEventclassOnErrorStageExecutionEventclassStageExecutionPipelineEvent -
Uses of PipelineEvent in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineEvent Modifier and Type Method Description voidPipelineExecutorTaskManagerImplHelper. notifyExternalListeners(List<PipelineEventListener> externalListeners, PipelineEvent event)
-