Interface TaskPathLocation
- All Superinterfaces:
- Location
Represents a task path.
- Since:
- 8.6
- 
Method SummaryModifier and TypeMethodDescriptionReturns the path of this task within the build tree.
- 
Method Details- 
getBuildTreePathString getBuildTreePath()Returns the path of this task within the build tree. This is a unique name for this task within the composite build.- Since:
- 8.6
 
 
-