Interface RegistryEncodedTaskStep.UpdateStages.ValuePath

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

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

    • withBase64EncodedValueContent

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