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