Uses of Class
com.azure.resourcemanager.containerregistry.models.DockerBuildStepUpdateParameters
Packages that use DockerBuildStepUpdateParameters
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of DockerBuildStepUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return DockerBuildStepUpdateParametersModifier and TypeMethodDescriptionDockerBuildStepUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DockerBuildStepUpdateParameters from the JsonReader.DockerBuildStepUpdateParameters.withArguments(List<Argument> arguments) Set the arguments property: The collection of override arguments to be used when executing this build step.DockerBuildStepUpdateParameters.withContextAccessToken(String contextAccessToken) Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the context for a step.DockerBuildStepUpdateParameters.withContextPath(String contextPath) Set the contextPath property: The URL(absolute or relative) of the source context for the task step.DockerBuildStepUpdateParameters.withDockerFilePath(String dockerFilePath) Set the dockerFilePath property: The Docker file path relative to the source context.DockerBuildStepUpdateParameters.withImageNames(List<String> imageNames) Set the imageNames property: The fully qualified image names including the repository and tag.DockerBuildStepUpdateParameters.withIsPushEnabled(Boolean isPushEnabled) Set the isPushEnabled property: The value of this property indicates whether the image built should be pushed to the registry or not.DockerBuildStepUpdateParameters.withNoCache(Boolean noCache) Set the noCache property: The value of this property indicates whether the image cache is enabled or not.DockerBuildStepUpdateParameters.withTarget(String target) Set the target property: The name of the target build stage for the docker build.