| Modifier and Type | Interface and Description |
|---|---|
static interface |
Build.QueuedQuickBuildDefinition
Grouping of the container register queued quick build definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithBuildTimeoutInSeconds.withBuildTimeoutInSeconds(int buildTimeoutInSeconds)
Specifies the build timeout.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithCpuCoresCount.withCpuCoresCount(int count)
Specifies the CPU configuration in terms of number of cores required for the build.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithDockerFilePath.withDockerFilePath(String dockerFilePath)
Specifies the Docker file path required for the build.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithImageCache.withImageCacheDisabled()
Specifies that the image cache is disabled.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithImageCache.withImageCacheEnabled()
Specifies that the image cache is enabled.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithImageNames.withImageNames(String... imageNames)
Specifies the image names for the build.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithImagePush.withImagePushDisabled()
Specifies that the image built should not be pushed to the registry.
|
Build.QueuedQuickBuildDefinitionStages.WithCreate |
Build.QueuedQuickBuildDefinitionStages.WithImagePush.withImagePushEnabled()
Specifies that the image built should be pushed to the registry.
|
| Modifier and Type | Method and Description |
|---|---|
Build.QueuedQuickBuildDefinitionStages.QueuedQuickBuildArgumentDefinitionStages.BuildArgumentDefinitionBlank<Build.QueuedQuickBuildDefinitionStages.WithCreate> |
Build.QueuedQuickBuildDefinitionStages.WithBuildArgument.defineBuildArgument(String name)
Begins the definition of the build argument settings.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/