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