public static interface RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable extends Attachable<RegistryTask.DefinitionStages.SourceTriggerDefinition>
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>
Modifier and Type | Method and Description |
---|---|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
withCacheEnabled(boolean enabled)
The function that specifies the use of a cache based on user input parameter.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
withImageNames(List<String> imageNames)
The function that specifies the list of image names.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
withOverridingArgument(String name,
OverridingArgument overridingArgument)
The function that specifies the overriding argument and what it will override.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
The function that specifies the overriding arguments and what they will override.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
withPushEnabled(boolean enabled)
The function that enables push depending on user input parameter.
|
attach
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withImageNames(List<String> imageNames)
imageNames
- the image names.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withPushEnabled(boolean enabled)
enabled
- whether push will be enabledRegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withCacheEnabled(boolean enabled)
enabled
- whether caching will be enabled.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
overridingArguments
- map with key of the name of the value to be overridden and value OverridingArgument specifying the content of the overriding argument.RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withOverridingArgument(String name, OverridingArgument overridingArgument)
name
- the name of the value to be overridden.overridingArgument
- the content of the overriding argument.Copyright © 2019. All rights reserved.