Uses of Class
com.azure.resourcemanager.containerregistry.models.DockerTaskStep
Packages that use DockerTaskStep
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of DockerTaskStep in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return DockerTaskStepModifier and TypeMethodDescriptionstatic DockerTaskStepDockerTaskStep.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DockerTaskStep from the JsonReader.DockerTaskStep.withArguments(List<Argument> arguments) Set the arguments property: The collection of override arguments to be used when executing this build step.DockerTaskStep.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.DockerTaskStep.withContextPath(String contextPath) Set the contextPath property: The URL(absolute or relative) of the source context for the task step.DockerTaskStep.withDockerFilePath(String dockerFilePath) Set the dockerFilePath property: The Docker file path relative to the source context.DockerTaskStep.withImageNames(List<String> imageNames) Set the imageNames property: The fully qualified image names including the repository and tag.DockerTaskStep.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.DockerTaskStep.withNoCache(Boolean noCache) Set the noCache property: The value of this property indicates whether the image cache is enabled or not.DockerTaskStep.withTarget(String target) Set the target property: The name of the target build stage for the docker build.