public static interface RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate
Modifier and Type | Method and Description |
---|---|
RegistryDockerTaskStep.Update |
withOverridingArgument(String name,
OverridingArgument overridingArgument)
The function that specifies the overriding argument and what it will override.
|
RegistryDockerTaskStep.Update |
withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
The function that specifies the overriding arguments and what they will override.
|
RegistryDockerTaskStep.Update 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.Update 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.