public class DockerBuildStepUpdateParameters extends TaskStepUpdateParameters
| Constructor and Description |
|---|
DockerBuildStepUpdateParameters() |
| Modifier and Type | Method and 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.
|
contextPath, 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 setCopyright © 2019. All rights reserved.