org.sonar.batch.scan
Class ProjectExclusions

java.lang.Object
  extended by 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

Constructor Summary
ProjectExclusions(Settings settings, ProjectReactor reactor)
           
ProjectExclusions(Settings settings, ProjectReactor reactor, ProjectBuilder[] projectBuilders)
           
 
Method Summary
 void apply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectExclusions

public ProjectExclusions(Settings settings,
                         ProjectReactor reactor,
                         @Nullable
                         ProjectBuilder[] projectBuilders)

ProjectExclusions

public ProjectExclusions(Settings settings,
                         ProjectReactor reactor)
Method Detail

apply

public void apply()


Copyright © 2009–2015 SonarSource. All rights reserved.