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 Summary
Modifier and TypeMethodDescriptionwithBase64EncodedTaskContent
(String encodedTaskContent) The function that specifies the path to the base64 encoded task content.
-
Method Details
-
withBase64EncodedTaskContent
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.
-