Modifier and Type | Method and Description |
---|---|
ProviderId |
RuntimeConfig.getProviderId() |
ProviderId |
ProvisioningConfig.getProviderId() |
Modifier and Type | Method and Description |
---|---|
ProviderId |
PipelineExecutorTaskDef.getProviderId() |
Modifier and Type | Class and Description |
---|---|
class |
InternalProviderId |
Modifier and Type | Method and Description |
---|---|
ProviderId |
PipelineExecutorTaskDefImpl.getProviderId() |
Constructor and Description |
---|
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input,
ProviderId providerId) |
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
RuntimeRegistry.getProvider(ProviderId providerId,
Class<T> clazz)
Gets a provider based on ProviderId and Class type.
|
Modifier and Type | Method and Description |
---|---|
<T extends Provider> |
InMemoryRuntimeRegistry.getProvider(ProviderId providerId,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
ProviderId |
RuntimeId.getProviderId() |
Modifier and Type | Method and Description |
---|---|
ProviderId |
BaseRuntime.getProviderId() |
Constructor and Description |
---|
BaseRuntime(String id,
String name,
RuntimeConfig config,
ProviderId providerId,
RuntimeEndpoint endpoint,
RuntimeInfo info,
RuntimeState state) |
Modifier and Type | Interface and Description |
---|---|
interface |
Provider<C extends ProviderConfig>
A provider represents a running entity that allows the provisioning of runtimes.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderDestroyer.destroy(ProviderId providerId) |
boolean |
ProviderDestroyer.supports(ProviderId providerId) |
Modifier and Type | Class and Description |
---|---|
class |
BaseProvider<C extends ProviderConfig>
BaseProvider implementation to be extended by concrete Providers
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.