Share via


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 FileTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)

The function that specifies the overriding value and what it will override.

abstract FileTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)

The function that specifies the overriding values and what they will override.

abstract FileTaskRunRequestStepAttachable 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:

name - the name of the value to be overridden.
overridingValue - the content of the overriding value.

Returns:

the next stage of the container file task run request definition.

withOverridingValues

public abstract RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)

The function that specifies the overriding values and what they will override.

Parameters:

overridingValues - map with key of the name of the value to be overridden and value OverridingValue specifying the content of the overriding value.

Returns:

the next stage of the container file task run request definition.

withValuesPath

public abstract RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withValuesPath(String valuesPath)

The function that specifies the path to the values file.

Parameters:

valuesPath - the path to the values file.

Returns:

the next stage of the container file task run request definition.

Applies to