Share via


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 EncodedTaskRunRequestStepAttachable withBase64EncodedValueContent(String encodedValueContent)

The function that specifies the base64 encoded values content.

abstract EncodedTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)

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

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

encodedValueContent - the base64 encoded values content.

Returns:

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

withOverridingValue

public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable 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 encoded task run request definition.

withOverridingValues

public abstract RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable 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 encoded task run request definition.

Applies to