Uses of Class
com.microsoft.azure.management.containerregistry.DockerTaskStep
Packages that use DockerTaskStep
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of DockerTaskStep in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return DockerTaskStepModifier and TypeMethodDescriptionDockerTaskStep.withArguments
(List<Argument> arguments) Set the collection of override arguments to be used when executing this build step.DockerTaskStep.withDockerFilePath
(String dockerFilePath) Set the Docker file path relative to the source context.DockerTaskStep.withImageNames
(List<String> imageNames) Set the fully qualified image names including the repository and tag.DockerTaskStep.withIsPushEnabled
(Boolean isPushEnabled) Set the value of this property indicates whether the image built should be pushed to the registry or not.DockerTaskStep.withNoCache
(Boolean noCache) Set the value of this property indicates whether the image cache is enabled or not.