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 Summary
Modifier and TypeMethodDescriptionwithBase64EncodedValueContent
(String encodedValueContent) The function that specifies the path to the base64 encoded value content.
-
Method Details
-
withBase64EncodedValueContent
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.
-