Uses of Class
org.guvnor.ala.pipeline.Input
-
Packages that use Input Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of Input in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return Input Modifier and Type Method Description InputPipelineExecutorTaskDef. getInput()Methods in org.guvnor.ala.pipeline.execution with parameters of type Input Modifier and Type Method Description <T> voidPipelineExecutor. execute(Input input, Pipeline pipeline, Consumer<T> callback, PipelineEventListener... eventListeners) -
Uses of Input in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl that return Input Modifier and Type Method Description InputPipelineExecutorTaskDefImpl. getInput()Constructors in org.guvnor.ala.pipeline.execution.impl with parameters of type Input Constructor Description PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input)PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderId providerId)PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderType providerType)
-