| Modifier and Type | Method and Description |
|---|---|
RegistryDockerTaskStep.Update |
RegistryTask.UpdateStages.TaskStepType.updateDockerTaskStep()
The function that specifies a task step of type DockerTaskStep.
|
RegistryDockerTaskStep.Update |
RegistryDockerTaskStep.UpdateStages.Cache.withCacheEnabled(boolean enabled)
The function that specifies the task has a cache.
|
RegistryDockerTaskStep.Update |
RegistryDockerTaskStep.UpdateStages.DockerFilePath.withDockerFilePath(String path)
The function that specifies the path to the Docker file.
|
RegistryDockerTaskStep.Update |
RegistryDockerTaskStep.UpdateStages.ImageNames.withImageNames(List<String> imageNames)
The function that specifies the image names.
|
RegistryDockerTaskStep.Update |
RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArgument(String name,
OverridingArgument overridingArgument)
The function that specifies the overriding argument and what it will override.
|
RegistryDockerTaskStep.Update |
RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
The function that specifies the overriding arguments and what they will override.
|
RegistryDockerTaskStep.Update |
RegistryDockerTaskStep.UpdateStages.Push.withPushEnabled(boolean enabled)
The function that specifies push is enabled.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/