Interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath
- All Known Subinterfaces:
RegistryFileTaskRunRequest.Definition
- Enclosing interface:
- RegistryFileTaskRunRequest.DefinitionStages
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 TypeMethodDescriptionwithTaskPath
(String taskPath) The function that specifies the path to the task file.
-
Method Details
-
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.
-