public static interface RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable extends Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>
attach
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withImageNames(List<String> imageNames)
imageNames
- the list of image names.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withPushEnabled(boolean enabled)
enabled
- whether push is enabled.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withCacheEnabled(boolean enabled)
enabled
- whether caching is enabled or not.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
overridingArguments
- map with key of the name of the argument to be overridden and value OverridingArgument specifying the content of the overriding argument.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable 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.