Interface RegistryTask.DefinitionStages.Timeout
-
- All Known Subinterfaces:
RegistryTask.Definition,RegistryTask.DefinitionStages.TaskCreatable
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.TimeoutThe stage of the container registry task definition that specifies the timeout for the container registry task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.DefinitionStages.TaskCreatablewithTimeout(int timeout)The function that sets the timeout time.
-
-
-
Method Detail
-
withTimeout
RegistryTask.DefinitionStages.TaskCreatable withTimeout(int timeout)
The function that sets the timeout time.- Parameters:
timeout- the time for timeout.- Returns:
- the next stage of the container registry task definition.
-
-