Interface RegistryTask.UpdateStages.TaskStepType
-
- All Known Subinterfaces:
RegistryTask.Update
- Enclosing interface:
- RegistryTask.UpdateStages
public static interface RegistryTask.UpdateStages.TaskStepTypeThe stage of the container registry task definition that specifies the type of task step.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskStep.UpdateupdateDockerTaskStep()The function that specifies a task step of type DockerTaskStep.RegistryEncodedTaskStep.UpdateupdateEncodedTaskStep()The function that specifies a task step of type EncodedTaskStep.RegistryFileTaskStep.UpdateupdateFileTaskStep()The function that specifies a task step of type FileTaskStep.
-
-
-
Method Detail
-
updateFileTaskStep
RegistryFileTaskStep.Update updateFileTaskStep()
The function that specifies a task step of type FileTaskStep.- Returns:
- the first stage of the FileTaskStep update.
-
updateEncodedTaskStep
RegistryEncodedTaskStep.Update updateEncodedTaskStep()
The function that specifies a task step of type EncodedTaskStep.- Returns:
- the first stage of the EncodedTaskStep update.
-
updateDockerTaskStep
RegistryDockerTaskStep.Update updateDockerTaskStep()
The function that specifies a task step of type DockerTaskStep.- Returns:
- the first stage of the DockerTaskStep update.
-
-