Interface RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent
-
- All Known Subinterfaces:
RegistryEncodedTaskStep.Update
- Enclosing interface:
- RegistryEncodedTaskStep.UpdateStages
public static interface RegistryEncodedTaskStep.UpdateStages.EncodedTaskContentThe stage of the container registry EncodedTaskStep update allowing to specify the task path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryEncodedTaskStep.UpdatewithBase64EncodedTaskContent(String encodedTaskContent)The function that specifies the path to the base64 encoded task content.
-
-
-
Method Detail
-
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.
-
-