Interface RegistryFileTaskStep.UpdateStages.FileTaskPath

All Known Subinterfaces:
RegistryFileTaskStep.Update
Enclosing interface:
RegistryFileTaskStep.UpdateStages

public static interface RegistryFileTaskStep.UpdateStages.FileTaskPath
The stage of the container registry FileTaskStep update allowing to specify the task path.
  • Method Details

    • withTaskPath

      RegistryFileTaskStep.Update withTaskPath(String path)
      The function that specifies the path to the task file.
      Parameters:
      path - the path to the task file.
      Returns:
      the next stage of the container registry FileTaskStep update.