| Modifier and Type | Method and Description |
|---|---|
BuildStep.Update |
BuildStep.UpdateStages.WithBuildArgument.buildArgument(String name,
String value,
boolean secrecy)
Specifies the build argument settings.
|
BuildStep.Update |
BuildStep.UpdateStages.WithBranch.withBranch(String branch)
Specifies the branch required for the build.
|
BuildStep.Update |
BuildStep.UpdateStages.WithContext.withContextPath(String contextPath)
Specifies the relative context path for a docker build in the source required for the build.
|
BuildStep.Update |
BuildStep.UpdateStages.WithDockerFilePath.withDockerFilePath(String dockerFilePath)
Specifies the Docker file path required for the build.
|
BuildStep.Update |
BuildStep.UpdateStages.WithImageCache.withImageCacheDisabled()
Specifies that the image cache is disabled.
|
BuildStep.Update |
BuildStep.UpdateStages.WithImageCache.withImageCacheEnabled()
Specifies that the image cache is enabled.
|
BuildStep.Update |
BuildStep.UpdateStages.WithImageNames.withImageNames(String... imageNames)
Specifies the image names for the build.
|
BuildStep.Update |
BuildStep.UpdateStages.WithImagePush.withImagePushDisabled()
Specifies that the image built should not be pushed to the registry.
|
BuildStep.Update |
BuildStep.UpdateStages.WithImagePush.withImagePushEnabled()
Specifies that the image built should be pushed to the registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/