Package org.gradle.api.initialization
Interface IncludedBuild
- All Known Subinterfaces:
ConfigurableIncludedBuild
,ConfigurableIncludedPluginBuild
public interface IncludedBuild
A build that is included in the composite.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the included build.The root directory of the included build.Produces a reference to a task in the included build.