Class TestAggregationExtension.Modules
-
- All Implemented Interfaces:
public abstract class TestAggregationExtension.ModulesControls which module should be automatically aggregated
-
-
Constructor Summary
Constructors Constructor Description TestAggregationExtension.Modules()
-
Method Summary
Modifier and Type Method Description abstract SetProperty<String>getIncludes()List of Project.getPath that should be included in the aggregation. abstract SetProperty<String>getExcludes()List of Project.getPath that should be excluded from the aggregation final TestAggregationExtension.Modulesinclude(Project includes)final TestAggregationExtension.Modulesinclude(Iterable<Project> includes)final Unitinclude(ProjectDependency includes)final TestAggregationExtension.Modulesexclude(Project excludes)final TestAggregationExtension.Modulesexclude(Iterable<Project> excludes)final Unitexclude(ProjectDependency excludes)-
-
Method Detail
-
getIncludes
abstract SetProperty<String> getIncludes()
List of Project.getPath that should be included in the aggregation. If empty, all projects are included
-
getExcludes
abstract SetProperty<String> getExcludes()
List of Project.getPath that should be excluded from the aggregation
-
include
final TestAggregationExtension.Modules include(Project includes)
-
include
final TestAggregationExtension.Modules include(Iterable<Project> includes)
-
exclude
final TestAggregationExtension.Modules exclude(Project excludes)
-
exclude
final TestAggregationExtension.Modules exclude(Iterable<Project> excludes)
-
-
-
-