public interface TimeoutDeployable<T> extends TimeoutableScalable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deployLatest() |
TimeoutDeployable<T> |
withTimeout(long timeout,
TimeUnit unit) |
TimeoutDeployable<T> |
withTimeoutInMillis(long timeoutInMillis) |
scaleT deployLatest()
TimeoutDeployable<T> withTimeout(long timeout, TimeUnit unit)
withTimeout in interface DeletablewithTimeout in interface TimeoutablewithTimeout in interface TimeoutableScalable<T>TimeoutDeployable<T> withTimeoutInMillis(long timeoutInMillis)
withTimeoutInMillis in interface DeletablewithTimeoutInMillis in interface TimeoutablewithTimeoutInMillis in interface TimeoutableScalable<T>Copyright © 2015–2023 Red Hat. All rights reserved.