org.sonar.batch.scan
Class ProjectReactorReady
java.lang.Object
org.sonar.batch.scan.ProjectReactorReady
public class ProjectReactorReady
- extends Object
Barrier to control the project lifecycle :
- initialize the project configuration by executing ProjectBuilder extensions
- apply sub-project exclusions (sonar.skippedModules, ...)
- ---- this barrier ----
- run optional dry run database
- connect to dry-run or remote database
|
Method Summary |
void |
start()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectReactorReady
public ProjectReactorReady(ProjectExclusions exclusions,
ProjectReactor reactor,
@Nullable
ProjectBuilder[] projectBuilders,
ProjectReactorValidator validator)
ProjectReactorReady
public ProjectReactorReady(ProjectExclusions exclusions,
ProjectReactor reactor,
ProjectReactorValidator validator)
start
public void start()
Copyright © 2009–2015 SonarSource. All rights reserved.