Uses of Class
org.guvnor.ala.ui.model.PipelineKey
-
Packages that use PipelineKey Package Description org.guvnor.ala.ui.model org.guvnor.ala.ui.service -
-
Uses of PipelineKey in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return PipelineKey Modifier and Type Method Description PipelineKeyStage. getPipelineKey()Constructors in org.guvnor.ala.ui.model with parameters of type PipelineKey Constructor Description Pipeline(PipelineKey key)Pipeline(PipelineKey key, List<Stage> stages)Stage(PipelineKey pipelineKey, String name) -
Uses of PipelineKey in org.guvnor.ala.ui.service
Methods in org.guvnor.ala.ui.service that return types with arguments of type PipelineKey Modifier and Type Method Description Collection<PipelineKey>RuntimeService. getPipelines(ProviderTypeKey providerTypeKey)Gests the pipeline names for the pipelines associated to a given provider type.Methods in org.guvnor.ala.ui.service with parameters of type PipelineKey Modifier and Type Method Description PipelineExecutionTraceKeyRuntimeService. createRuntime(ProviderKey providerKey, String runtimeName, PipelineKey pipelineKey, Map<String,String> params)Creates a runtime by associating it with a given provider.
-