Interface RegistryFileTaskStep.DefinitionStages.FileTaskPath
-
- All Known Subinterfaces:
RegistryFileTaskStep.Definition,RegistryFileTaskStep.DefinitionStages.Blank
- Enclosing interface:
- RegistryFileTaskStep.DefinitionStages
public static interface RegistryFileTaskStep.DefinitionStages.FileTaskPathThe stage of the container registry FileTaskStep definition allowing to specify the task path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachablewithTaskPath(String path)The function that specifies the path to the task file.
-
-
-
Method Detail
-
withTaskPath
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withTaskPath(String path)
The function that specifies the path to the task file.- Parameters:
path- the path to the task file.- Returns:
- the next stage of the container registry FileTaskStep definition.
-
-