RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable Interface
Implements
public static interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable
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
File |
withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies the overriding value and what it will override. |
|
abstract
File |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override. |
|
abstract
File |
withValuesPath(String valuesPath)
The function that specifies the path to the values file. |
Method Details
withOverridingValue
public abstract RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
Parameters:
Returns:
withOverridingValues
public abstract RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
Parameters:
Returns:
withValuesPath
public abstract RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withValuesPath(String valuesPath)
The function that specifies the path to the values file.
Parameters:
Returns: