Interface RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent

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

public static interface RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent
The stage of the container registry EncodedTaskStep update allowing to specify the task path.
  • Method Details

    • withBase64EncodedTaskContent

      RegistryEncodedTaskStep.Update withBase64EncodedTaskContent(String encodedTaskContent)
      The function that specifies the path to the base64 encoded task content.
      Parameters:
      encodedTaskContent - the path to the base64 encoded task content.
      Returns:
      the next stage of the container registry EncodedTaskStep update.