public interface TimeoutImageEditReplacePatchable<T> extends Timeoutable, ImageEditReplacePatchable<T>
| Modifier and Type | Method and Description |
|---|---|
ImageEditReplacePatchable<T> |
withTimeout(long timeout,
TimeUnit unit)
Wait for the given operation timeout.
|
ImageEditReplacePatchable<T> |
withTimeoutInMillis(long timeoutInMillis)
Wait for the given operation timeout in milliseconds.
|
pause, restart, resume, undo, updateImage, updateImageaccept, edit, edit, edit, editStatus, patch, patch, patch, patch, patch, patch, patchStatusreplace, replaceStatusImageEditReplacePatchable<T> withTimeout(long timeout, TimeUnit unit)
TimeoutablewithTimeout in interface Timeoutabletimeout - 0 indicates no waitImageEditReplacePatchable<T> withTimeoutInMillis(long timeoutInMillis)
TimeoutablewithTimeoutInMillis in interface TimeoutabletimeoutInMillis - 0 indicates no waitCopyright © 2015–2023 Red Hat. All rights reserved.