org.sonar.api.batch.bootstrap
Interface ProjectBootstrapper

All Superinterfaces:
Extension, TaskComponent, TaskExtension

Deprecated. since 4.3 All bootstrappers should use SQ Runner API and provide a set of properties

@Deprecated
public interface ProjectBootstrapper
extends TaskExtension

This extension point initializes the project structure. It is extended by batch bootstrappers like sonar-runner or Maven plugin. It is not supposed to be used by standard plugins (.NET, ...). Some use-cases :

Only one instance is allowed per environment.

Since:
3.7

Method Summary
 ProjectReactor bootstrap()
          Deprecated. Implement this method to create project reactor
 

Method Detail

bootstrap

ProjectReactor bootstrap()
Deprecated. 
Implement this method to create project reactor



Copyright © 2009-2014 SonarSource. All Rights Reserved.