Udostępnij przez


RegistryEncodedTaskRunRequest.DefinitionStages.Blank Interface

public static interface RegistryEncodedTaskRunRequest.DefinitionStages.Blank

The first stage of an encoded task run request definition.

Method Summary

Modifier and Type Method and Description
abstract EncodedTaskContent defineEncodedTaskStep()

The function that begins the definition of the encoded task step in the task run request.

Method Details

defineEncodedTaskStep

public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskContent defineEncodedTaskStep()

The function that begins the definition of the encoded task step in the task run request.

Returns:

the next stage of the container encoded task run request definition.

Applies to