Share via


RegistryEncodedTaskStep.UpdateStages.ValuePath Interface

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 Type Method and Description
abstract Update withBase64EncodedValueContent(String encodedValueContent)

The function that specifies the path to the base64 encoded value content.

Method Details

withBase64EncodedValueContent

public abstract 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.

Applies to