Package | Description |
---|---|
org.guvnor.ala.ui.model | |
org.guvnor.ala.ui.service |
Modifier and Type | Method and Description |
---|---|
ProviderKey |
RuntimeKey.getProviderKey() |
Modifier and Type | Method and Description |
---|---|
Collection<ProviderKey> |
ProvidersInfo.getProvidersKey() |
Constructor and Description |
---|
Provider(ProviderKey key,
ProviderConfiguration configuration) |
RuntimeKey(ProviderKey providerKey,
String id) |
Constructor and Description |
---|
ProvidersInfo(ProviderType providerType,
Collection<ProviderKey> providersKey) |
Modifier and Type | Method and Description |
---|---|
Collection<ProviderKey> |
ProviderService.getProvidersKey(ProviderType providerType)
Gets the keys of the providers related 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.
|
void |
ProviderService.deleteProvider(ProviderKey providerKey)
Deletes a provider.
|
Provider |
ProviderService.getProvider(ProviderKey providerKey)
Gets a provider.
|
Collection<RuntimeListItem> |
RuntimeService.getRuntimeItems(ProviderKey providerKey)
Gets the information about the runtimes associated to a given provider.
|
RuntimesInfo |
ProvisioningScreensService.getRuntimesInfo(ProviderKey providerKey)
Gets the information about the runtimes associated to a given provider and loads the provider at the same time.
|
boolean |
ProvisioningScreensService.hasRuntimes(ProviderKey providerKey) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.