Interface RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath
-
- All Known Subinterfaces:
RegistryDockerTaskRunRequest.Definition
- Enclosing interface:
- RegistryDockerTaskRunRequest.DefinitionStages
public static interface RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePathThe stage of the container Docker task run request definition that specifies the path to the Docker file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachablewithDockerFilePath(String path)The function that specifies the path to the Docker file.
-
-
-
Method Detail
-
withDockerFilePath
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withDockerFilePath(String path)
The function that specifies the path to the Docker file.- Parameters:
path- the path to the Docker file.- Returns:
- the next stage of the container Docker task run request definition.
-
-