RegistryEncodedTaskStep.UpdateStages.OverridingValues Interface
public static interface RegistryEncodedTaskStep.UpdateStages.OverridingValues
The stage of the container registry EncodedTaskStep update allowing to specify the overriding values.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function with |
| abstract Update |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function with |
Method Details
withOverridingValue
public abstract RegistryEncodedTaskStep.Update withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().
Parameters:
Returns:
withOverridingValues
public abstract RegistryEncodedTaskStep.Update withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().
Parameters:
Returns: