Interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath
-
- All Known Subinterfaces:
RegistryFileTaskRunRequest.Definition
- Enclosing interface:
- RegistryFileTaskRunRequest.DefinitionStages
public static interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskPathThe stage of the container file task run request definition that specifies the path to the task file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachablewithTaskPath(String taskPath)The function that specifies the path to the task file.
-
-
-
Method Detail
-
withTaskPath
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.
-
-