Partager via


RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent Interface

public static interface RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent

The stage of the container registry EncodedTaskStep update allowing to specify the task path.

Method Summary

Modifier and Type Method and Description
abstract Update withBase64EncodedTaskContent(String encodedTaskContent)

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

Method Details

withBase64EncodedTaskContent

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

Applies to