public static interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable extends Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>
Modifier and Type | Method and Description |
---|---|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
withValuesPath(String valuesPath)
The function that specifies the path to the values file.
|
attach
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withValuesPath(String valuesPath)
valuesPath
- the path to the values file.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable 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.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable 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.