Share via


RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath Interface

public static interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath

The stage of the container file task run request definition that specifies the path to the task file.

Method Summary

Modifier and Type Method and Description
abstract FileTaskRunRequestStepAttachable withTaskPath(String taskPath)

The function that specifies the path to the task file.

Method Details

withTaskPath

public abstract RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withTaskPath(String taskPath)

The function that specifies the path to the task file.

Parameters:

taskPath - the path to the task file.

Returns:

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

Applies to