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