org.sonar.batch.maven
Class MavenProjectBuilder

java.lang.Object
  extended by org.sonar.api.batch.bootstrap.ProjectBuilder
      extended by org.sonar.batch.maven.MavenProjectBuilder
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public class MavenProjectBuilder
extends ProjectBuilder

Class that inject MavenProject in each module container


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonar.api.batch.bootstrap.ProjectBuilder
ProjectBuilder.Context
 
Constructor Summary
MavenProjectBuilder(org.apache.maven.execution.MavenSession mavenSession)
           
 
Method Summary
 void build(ProjectBuilder.Context context)
           
 
Methods inherited from class org.sonar.api.batch.bootstrap.ProjectBuilder
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProjectBuilder

public MavenProjectBuilder(org.apache.maven.execution.MavenSession mavenSession)
Method Detail

build

public void build(ProjectBuilder.Context context)
Overrides:
build in class ProjectBuilder


Copyright © 2009–2015 SonarSource. All rights reserved.