Interface RegistryTask.UpdateStages.Timeout
-
- All Known Subinterfaces:
RegistryTask.Update
- Enclosing interface:
- RegistryTask.UpdateStages
public static interface RegistryTask.UpdateStages.TimeoutThe stage of the container registry task update that updates the timeout for the container registry task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.UpdatewithTimeout(int timeout)The function that updates the timeout time.
-
-
-
Method Detail
-
withTimeout
RegistryTask.Update withTimeout(int timeout)
The function that updates the timeout time.- Parameters:
timeout- the time for timeout.- Returns:
- the next stage of the container registry task update.
-
-