org.sonar.api.batch.bootstrap.internal
Class ProjectBuilderContext

java.lang.Object
  extended by org.sonar.api.batch.bootstrap.internal.ProjectBuilderContext
All Implemented Interfaces:
ProjectBuilder.Context

public class ProjectBuilderContext
extends Object
implements ProjectBuilder.Context

Context that is passed to ProjectBuilder as parameter. Important - plugins must use this class only for unit test needs.

Since:
3.7

Constructor Summary
ProjectBuilderContext(ProjectReactor reactor)
           
 
Method Summary
 ProjectReactor projectReactor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectBuilderContext

public ProjectBuilderContext(ProjectReactor reactor)
Method Detail

projectReactor

public ProjectReactor projectReactor()
Specified by:
projectReactor in interface ProjectBuilder.Context


Copyright © 2009–2015 SonarSource. All rights reserved.