Interface RegistryTask.UpdateStages.TaskStepType

  • All Known Subinterfaces:
    RegistryTask.Update
    Enclosing interface:
    RegistryTask.UpdateStages

    public static interface RegistryTask.UpdateStages.TaskStepType
    The stage of the container registry task definition that specifies the type of task step.
    • 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.