| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryDockerTaskStep.Definition
Container interface for all the definitions related to a RegistryDockerTaskStep.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withCacheEnabled(boolean enabled)
The function that specifies the use of a cache based on user input parameter.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerFilePath.withDockerFilePath(String path)
The function that specifies the path to the Docker file.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withImageNames(List<String> imageNames)
The function that specifies the list of image names.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArgument(String name,
OverridingArgument overridingArgument)
The function that specifies the overriding argument and what it will override.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
The function that specifies the overriding arguments and what they will override.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withPushEnabled(boolean enabled)
The function that enables push depending on user input parameter.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/