Interface RegistryEncodedTaskRunRequest.DefinitionStages.Blank
- All Known Subinterfaces:
RegistryEncodedTaskRunRequest.Definition
- Enclosing interface:
- RegistryEncodedTaskRunRequest.DefinitionStages
public static interface RegistryEncodedTaskRunRequest.DefinitionStages.Blank
The first stage of an encoded task run request definition.
-
Method Summary
Modifier and TypeMethodDescriptionThe function that begins the definition of the encoded task step in the task run request.
-
Method Details
-
defineEncodedTaskStep
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.
-