Uses of Class
org.sonar.batch.bootstrapper.ProjectDefinition

Packages that use ProjectDefinition
org.sonar.batch.bootstrapper Provides API to bootstrap Sonar Batch. 
 

Uses of ProjectDefinition in org.sonar.batch.bootstrapper
 

Methods in org.sonar.batch.bootstrapper that return types with arguments of type ProjectDefinition
 List<ProjectDefinition> ProjectDefinition.getModules()
          Deprecated.  
 List<ProjectDefinition> Reactor.getSortedProjects()
           
 

Methods in org.sonar.batch.bootstrapper with parameters of type ProjectDefinition
 void ProjectDefinition.addModule(ProjectDefinition projectDefinition)
          Deprecated.  
 

Constructors in org.sonar.batch.bootstrapper with parameters of type ProjectDefinition
Reactor(ProjectDefinition root)
           
 

Constructor parameters in org.sonar.batch.bootstrapper with type arguments of type ProjectDefinition
Reactor(List<ProjectDefinition> sortedProjects)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.