Udostępnij przez


RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskContent Interface

public static interface RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskContent

The stage of the container encoded task run request definition that specifies the base64 encoded task content.

Method Summary

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

The function that specifies the base64 encoded task content.

Method Details

withBase64EncodedTaskContent

public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable 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 encoded task run request definition.

Applies to