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