Interface RegistryDockerTaskRunRequest.DefinitionStages.Blank
-
- All Known Subinterfaces:
RegistryDockerTaskRunRequest.Definition
- Enclosing interface:
- RegistryDockerTaskRunRequest.DefinitionStages
public static interface RegistryDockerTaskRunRequest.DefinitionStages.BlankThe first stage of a container registry Docker task run request definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePathdefineDockerTaskStep()The function that begins the definition of the Docker task step in the task run request.
-
-
-
Method Detail
-
defineDockerTaskStep
RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath defineDockerTaskStep()
The function that begins the definition of the Docker task step in the task run request.- Returns:
- the next stage of the container Docker task run request definition.
-
-