| Modifier and Type | Method | Description |
|---|---|---|
DockerBuildStep |
DockerBuildStep.withArguments(List<Argument> arguments) |
Set the collection of override arguments to be used when executing this build step.
|
DockerBuildStep |
DockerBuildStep.withDockerFilePath(String dockerFilePath) |
Set the Docker file path relative to the source context.
|
DockerBuildStep |
DockerBuildStep.withImageNames(List<String> imageNames) |
Set the fully qualified image names including the repository and tag.
|
DockerBuildStep |
DockerBuildStep.withIsPushEnabled(Boolean isPushEnabled) |
Set the value of this property indicates whether the image built should be pushed to the registry or not.
|
DockerBuildStep |
DockerBuildStep.withNoCache(Boolean noCache) |
Set the value of this property indicates whether the image cache is enabled or not.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/