ConfigurableIncludedBuild
public interface IncludedBuild
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
The name of the included build.
|
File |
getProjectDir() |
The root directory of the included build.
|
TaskReference |
task(String path) |
Produces a reference to a task in the included build.
|
String getName()
File getProjectDir()
TaskReference task(String path)