RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest Interface
Implements
public static interface RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest
extends RunRequestExecutable
The stage of the container registry task definition for TaskRunRequests that allows the user to specify overriding values and whether archiving is enabled or not.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Registry |
withArchiveEnabled(boolean enabled)
The function that specifies archiving will or will not be enabled. |
|
abstract
Registry |
withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies whether a single value will be overridden and what it will be overridden by. |
|
abstract
Registry |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies whether there are any values that will be overridden and what they will be overridden by. |
Method Details
withArchiveEnabled
public abstract RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest withArchiveEnabled(boolean enabled)
The function that specifies archiving will or will not be enabled.
Parameters:
Returns:
withOverridingValue
public abstract RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies whether a single value will be overridden and what it will be overridden by.
Parameters:
Returns:
withOverridingValues
public abstract RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies whether there are any values that will be overridden and what they will be overridden by.
Parameters:
Returns: