public class DockerBuildStepUpdateParameters extends BuildStepPropertiesUpdateParameters
| Constructor and Description |
|---|
DockerBuildStepUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
BaseImageTriggerType |
baseImageTrigger()
Get the baseImageTrigger value.
|
String |
branch()
Get the branch value.
|
List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> |
buildArguments()
Get the buildArguments value.
|
String |
contextPath()
Get the contextPath value.
|
String |
dockerFilePath()
Get the dockerFilePath value.
|
List<String> |
imageNames()
Get the imageNames value.
|
Boolean |
isPushEnabled()
Get the isPushEnabled value.
|
Boolean |
noCache()
Get the noCache value.
|
DockerBuildStepUpdateParameters |
withBaseImageTrigger(BaseImageTriggerType baseImageTrigger)
Set the baseImageTrigger value.
|
DockerBuildStepUpdateParameters |
withBranch(String branch)
Set the branch value.
|
DockerBuildStepUpdateParameters |
withBuildArguments(List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments)
Set the buildArguments value.
|
DockerBuildStepUpdateParameters |
withContextPath(String contextPath)
Set the contextPath value.
|
DockerBuildStepUpdateParameters |
withDockerFilePath(String dockerFilePath)
Set the dockerFilePath value.
|
DockerBuildStepUpdateParameters |
withImageNames(List<String> imageNames)
Set the imageNames value.
|
DockerBuildStepUpdateParameters |
withIsPushEnabled(Boolean isPushEnabled)
Set the isPushEnabled value.
|
DockerBuildStepUpdateParameters |
withNoCache(Boolean noCache)
Set the noCache value.
|
public String branch()
public DockerBuildStepUpdateParameters withBranch(String branch)
branch - the branch value to setpublic 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 String contextPath()
public DockerBuildStepUpdateParameters withContextPath(String contextPath)
contextPath - the contextPath value to setpublic List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments()
public DockerBuildStepUpdateParameters withBuildArguments(List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments)
buildArguments - the buildArguments value to setpublic BaseImageTriggerType baseImageTrigger()
public DockerBuildStepUpdateParameters withBaseImageTrigger(BaseImageTriggerType baseImageTrigger)
baseImageTrigger - the baseImageTrigger 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.
*/