Interface RegistryEncodedTaskRunRequest.DefinitionStages.Blank
-
- All Known Subinterfaces:
RegistryEncodedTaskRunRequest.Definition
- Enclosing interface:
- RegistryEncodedTaskRunRequest.DefinitionStages
public static interface RegistryEncodedTaskRunRequest.DefinitionStages.BlankThe first stage of an encoded task run request definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskContentdefineEncodedTaskStep()The function that begins the definition of the encoded task step in the task run request.
-
-
-
Method Detail
-
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.
-
-