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