| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildStep.BuildTaskBuildStepsDefinition
Grouping of the container register queued quick build definitions.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.Blank
The first stage of the build task build steps definition.
|
| Modifier and Type | Method and Description |
|---|---|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithBuildArgument.buildArgument(String name,
String value,
boolean secrecy)
Specifies the build argument settings.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithBranch.withBranch(String branch)
Specifies the branch required for the build.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithContext.withContextPath(String contextPath)
Specifies the relative context path for a docker build in the source required for the build.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithDockerFilePath.withDockerFilePath(String dockerFilePath)
Specifies the Docker file path required for the build.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImageCache.withImageCacheDisabled()
Specifies that the image cache is disabled.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImageCache.withImageCacheEnabled()
Specifies that the image cache is enabled.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImageNames.withImageNames(String... imageNames)
Specifies the image names for the build.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImagePush.withImagePushDisabled()
Specifies that the image built should not be pushed to the registry.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate |
BuildStep.BuildTaskBuildStepsDefinitionStages.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.
*/