public class DockerBuildStepUpdateParameters extends TaskStepUpdateParameters
| Constructor | Description |
|---|---|
DockerBuildStepUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Argument> |
arguments() |
Get the collection of override arguments to be used when executing this build step.
|
String |
dockerFilePath() |
Get the Docker file path relative to the source context.
|
List<String> |
imageNames() |
Get the fully qualified image names including the repository and tag.
|
Boolean |
isPushEnabled() |
Get the value of this property indicates whether the image built should be pushed to the registry or not.
|
Boolean |
noCache() |
Get the value of this property indicates whether the image cache is enabled or not.
|
DockerBuildStepUpdateParameters |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontextPath, withContextPathpublic List<String> imageNames()
public DockerBuildStepUpdateParameters withImageNames(List<String> imageNames)
imageNames - the imageNames value to setpublic Boolean isPushEnabled()
public DockerBuildStepUpdateParameters withIsPushEnabled(Boolean isPushEnabled)
isPushEnabled - the isPushEnabled value to setpublic Boolean noCache()
public DockerBuildStepUpdateParameters withNoCache(Boolean noCache)
noCache - the noCache value to setpublic String dockerFilePath()
public DockerBuildStepUpdateParameters withDockerFilePath(String dockerFilePath)
dockerFilePath - the dockerFilePath value to setpublic List<Argument> arguments()
public DockerBuildStepUpdateParameters withArguments(List<Argument> arguments)
arguments - the arguments value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/