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, wait
inputId
@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 ConfigExecutor
public String outputId()
outputId
in interface ConfigExecutor
public boolean supports(RuntimeConfig config)
supports
in interface RuntimeBuilder<T extends OpenShiftRuntimeConfig,OpenShiftRuntime>
public boolean supports(RuntimeId runtimeId)
supports
in interface RuntimeDestroyer
public void destroy(RuntimeId runtimeId)
destroy
in interface RuntimeDestroyer
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.