public static interface BuildStep.BuildTaskBuildStepsDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.Blank
The first stage of the build task build steps definition.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithBranch
The stage of the build task build steps definition allowing to specify the branch.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithBuildArgument
The stage of the queued build definition allowing to specify the build arguments.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithContext
The stage of the build task build steps definition allowing to specify the relative context path for a docker build in the source.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created,
but also allows for any other optional settings to be specified.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithDockerFilePath
The stage of the build task build steps definition allowing to specify the Docker file path.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImageCache
The stage of the build task build steps definition allowing to specify if the image cache is enabled or not.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImageNames
The stage of the build task build steps definition allowing to specify the image names for the build.
|
static interface |
BuildStep.BuildTaskBuildStepsDefinitionStages.WithImagePush
The stage of the build task build steps definition allowing to specify if the image built should be pushed to the registry or not.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/