Interface TaskPathLocation
-
- All Superinterfaces:
Location
@Incubating public interface TaskPathLocation extends Location
Represents a task path.- Since:
- 8.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBuildTreePath()
Returns the path of this task within the build tree.
-