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