org.sonar.batch.scan
Class ProjectExclusions
java.lang.Object
org.sonar.batch.scan.ProjectExclusions
- All Implemented Interfaces:
- TaskComponent
public class ProjectExclusions
- extends Object
- implements TaskComponent
Exclude the sub-projects as defined by the properties sonar.skippedModules and sonar.includedModules
- Since:
- 2.12
|
Method Summary |
void |
apply()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectExclusions
public ProjectExclusions(Settings settings,
ProjectReactor reactor,
@Nullable
ProjectBuilder[] projectBuilders)
ProjectExclusions
public ProjectExclusions(Settings settings,
ProjectReactor reactor)
apply
public void apply()
Copyright © 2009–2015 SonarSource. All rights reserved.