Package | Description |
---|---|
org.guvnor.ala.ui.model | |
org.guvnor.ala.ui.service |
Modifier and Type | Method and Description |
---|---|
PipelineKey |
Stage.getPipelineKey() |
Constructor and Description |
---|
Pipeline(PipelineKey key) |
Pipeline(PipelineKey key,
List<Stage> stages) |
Stage(PipelineKey pipelineKey,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<PipelineKey> |
RuntimeService.getPipelines(ProviderTypeKey providerTypeKey)
Gests the pipeline names for the pipelines associated to a given provider type.
|
Modifier and Type | Method and Description |
---|---|
PipelineExecutionTraceKey |
RuntimeService.createRuntime(ProviderKey providerKey,
String runtimeName,
PipelineKey pipelineKey,
Map<String,String> params)
Creates a runtime by associating it with a given provider.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.