| Modifier and Type | Method and Description |
|---|---|
DockerBuildStep |
DockerBuildStep.withBaseImageTrigger(BaseImageTriggerType baseImageTrigger)
Set the baseImageTrigger value.
|
DockerBuildStep |
DockerBuildStep.withBranch(String branch)
Set the branch value.
|
DockerBuildStep |
DockerBuildStep.withBuildArguments(List<com.microsoft.azure.management.containerregistry.implementation.BuildArgumentInner> buildArguments)
Set the buildArguments value.
|
DockerBuildStep |
DockerBuildStep.withContextPath(String contextPath)
Set the contextPath value.
|
DockerBuildStep |
DockerBuildStep.withDockerFilePath(String dockerFilePath)
Set the dockerFilePath value.
|
DockerBuildStep |
DockerBuildStep.withImageNames(List<String> imageNames)
Set the imageNames value.
|
DockerBuildStep |
DockerBuildStep.withIsPushEnabled(Boolean isPushEnabled)
Set the isPushEnabled value.
|
DockerBuildStep |
DockerBuildStep.withNoCache(Boolean noCache)
Set the noCache value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/