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