public static interface Build.QueuedQuickBuildDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Build.QueuedQuickBuildDefinitionStages.Blank
The first stage of the queued quick build definition.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.QueuedQuickBuildArgumentDefinitionStages
Grouping of build argument definition stages for a queued build.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithBuildArgument
The stage of the queued build definition allowing to specify the build arguments.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithBuildTimeoutInSeconds
The stage of the queue build update definition allowing to specify the build timeout.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithCpuCoresCount
The stage of the queue build definition allowing to specify the CPU configuration required for the build.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.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 |
Build.QueuedQuickBuildDefinitionStages.WithDockerFilePath
The stage of the queue build definition allowing to specify the Docker file path.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithImageCache
The stage of the queue build definition allowing to specify if the image cache is enabled or not.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithImageNames
The stage of the queue build definition allowing to specify the image names for the build.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithImagePush
The stage of the queue build definition allowing to specify if the image built should be pushed to the registry or not.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithOSType
The stage of the queue build definition allowing to specify the OS type required for the build.
|
static interface |
Build.QueuedQuickBuildDefinitionStages.WithSourceLocation
The stage of the queue build definition allowing to specify the source location.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/