Share via


RegistryEncodedTaskStep.DefinitionStages.EncodedTaskContent Interface

public static interface RegistryEncodedTaskStep.DefinitionStages.EncodedTaskContent

The stage of the container registry EncodedTaskStep definition allowing to specify the base64 encoded task content.

Method Summary

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

The function that specifies the base64 encoded task content.

Method Details

withBase64EncodedTaskContent

public abstract RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withBase64EncodedTaskContent(String encodedTaskContent)

The function that specifies the base64 encoded task content.

Parameters:

encodedTaskContent - the base64 encoded task content.

Returns:

the next stage of the container registry EncodedTaskStep definition.

Applies to