T - OpenShiftRuntimeConfigpublic class OpenShiftRuntimeExecExecutor<T extends OpenShiftRuntimeConfig> extends Object implements RuntimeBuilder<T,OpenShiftRuntime>, RuntimeDestroyer, FunctionConfigExecutor<T,OpenShiftRuntime>
| Constructor and Description |
|---|
OpenShiftRuntimeExecExecutor(RuntimeRegistry runtimeRegistry,
OpenShiftAccessInterface openshift) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OpenShiftRuntime> |
apply(OpenShiftRuntimeConfig config) |
void |
destroy(RuntimeId runtimeId) |
Class<? extends Config> |
executeFor() |
String |
outputId() |
boolean |
supports(RuntimeConfig config) |
boolean |
supports(RuntimeId runtimeId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinputId@Inject public OpenShiftRuntimeExecExecutor(RuntimeRegistry runtimeRegistry, OpenShiftAccessInterface openshift)
public Optional<OpenShiftRuntime> apply(OpenShiftRuntimeConfig config)
apply in interface Function<T extends OpenShiftRuntimeConfig,Optional<OpenShiftRuntime>>public Class<? extends Config> executeFor()
executeFor in interface ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorpublic boolean supports(RuntimeConfig config)
supports in interface RuntimeBuilder<T extends OpenShiftRuntimeConfig,OpenShiftRuntime>public boolean supports(RuntimeId runtimeId)
supports in interface RuntimeDestroyerpublic void destroy(RuntimeId runtimeId)
destroy in interface RuntimeDestroyerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.