Uses of Interface
org.guvnor.ala.pipeline.Pipeline
-
-
Uses of Pipeline in org.guvnor.ala.pipeline
Subinterfaces of Pipeline in org.guvnor.ala.pipeline Modifier and Type Interface Description interfaceConfigBasedPipelineA pipeline based on a PipelineConfig.Methods in org.guvnor.ala.pipeline that return Pipeline Modifier and Type Method Description PipelineSystemPipelineDescriptor. getPipeline() -
Uses of Pipeline in org.guvnor.ala.pipeline.events
Methods in org.guvnor.ala.pipeline.events that return Pipeline Modifier and Type Method Description PipelineBasePipelineEvent. getPipeline()Constructors in org.guvnor.ala.pipeline.events with parameters of type Pipeline Constructor Description AfterPipelineExecutionEvent(String executionId, Pipeline pipeline)AfterStageExecutionEvent(String executionId, Pipeline pipeline, Stage stage)BasePipelineEvent(String executionId, Pipeline pipeline)BeforePipelineExecutionEvent(String executionId, Pipeline pipeline)BeforeStageExecutionEvent(String executionId, Pipeline pipeline, Stage stage)OnErrorPipelineExecutionEvent(String executionId, Pipeline pipeline, Stage stage, Throwable error)OnErrorStageExecutionEvent(String executionId, Pipeline pipeline, Stage stage, Throwable error)StageExecutionPipelineEvent(String executionId, Pipeline pipeline, Stage stage) -
Uses of Pipeline in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution with parameters of type Pipeline Modifier and Type Method Description <T> voidPipelineExecutor. execute(Input input, Pipeline pipeline, Consumer<T> callback, PipelineEventListener... eventListeners) -
Uses of Pipeline in org.guvnor.ala.pipeline.execution.impl
Constructors in org.guvnor.ala.pipeline.execution.impl with parameters of type Pipeline Constructor Description PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input)PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderId providerId)PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderType providerType) -
Uses of Pipeline in org.guvnor.ala.pipeline.impl
Classes in org.guvnor.ala.pipeline.impl that implement Pipeline Modifier and Type Class Description classBasePipelineBase Pipeline implementationclassConfigBasedPipelineImpl -
Uses of Pipeline in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry that return Pipeline Modifier and Type Method Description PipelinePipelineRegistry. getPipelineByName(String pipelineId)Gets a Pipeline by Name.Methods in org.guvnor.ala.registry that return types with arguments of type Pipeline Modifier and Type Method Description List<Pipeline>PipelineRegistry. getPipelines(int page, int pageSize, String sort, boolean sortOrder)Gets all the registered PipelinesList<Pipeline>PipelineRegistry. getPipelines(String providerType, String version, int page, int pageSize, String sort, boolean sortOrder)Gets all the registered Pipelines for a given provider type.Methods in org.guvnor.ala.registry with parameters of type Pipeline Modifier and Type Method Description voidPipelineRegistry. registerPipeline(Pipeline pipeline)Registers a PipelinevoidPipelineRegistry. registerPipeline(Pipeline pipeline, ProviderType providerType)Registers a Pipeline by associating it to a provider type. -
Uses of Pipeline in org.guvnor.ala.registry.inmemory
Methods in org.guvnor.ala.registry.inmemory that return Pipeline Modifier and Type Method Description PipelineInMemoryPipelineRegistry. getPipelineByName(String pipelineId)Methods in org.guvnor.ala.registry.inmemory that return types with arguments of type Pipeline Modifier and Type Method Description List<Pipeline>InMemoryPipelineRegistry. getPipelines(int page, int pageSize, String sort, boolean sortOrder)List<Pipeline>InMemoryPipelineRegistry. getPipelines(String providerType, String version, int page, int pageSize, String sort, boolean sortOrder)Methods in org.guvnor.ala.registry.inmemory with parameters of type Pipeline Modifier and Type Method Description voidInMemoryPipelineRegistry. registerPipeline(Pipeline pipeline)voidInMemoryPipelineRegistry. registerPipeline(Pipeline pipeline, ProviderType providerType)
-