public static interface RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable extends Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>| Modifier and Type | Method and Description |
|---|---|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable |
withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded values content.
|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable |
withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
|
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
|
attachRegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withBase64EncodedValueContent(String encodedValueContent)
encodedValueContent - the base64 encoded values content.RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
overridingValues - map with key of the name of the value to be overridden and value OverridingValue specifying the content of the overriding value.RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
name - the name of the value to be overridden.overridingValue - the content of the overriding value.Copyright © 2019. All rights reserved.