RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable Interface
Implements
public static interface RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable
extends Attachable<RunRequestExecutableWithSourceLocation>
The stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Encoded |
withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded values content. |
|
abstract
Encoded |
withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies the overriding value and what it will override. |
|
abstract
Encoded |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override. |
Method Details
withBase64EncodedValueContent
public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded values content.
Parameters:
Returns:
withOverridingValue
public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
Parameters:
Returns:
withOverridingValues
public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
Parameters:
Returns: