org.sonar.batch
Class Batch

java.lang.Object
  extended by org.sonar.batch.Batch

Deprecated. Replaced by Batch since version 2.14.

@Deprecated
public final class Batch
extends Object


Constructor Summary
Batch(org.apache.commons.configuration.Configuration configuration, Object... bootstrapperComponents)
          Deprecated. since 2.9 because commons-configuration is replaced by ProjectDefinition#properties. Used by Ant Task 1.1
Batch(ProjectReactor reactor, Object... bootstrapperComponents)
          Deprecated.  
 
Method Summary
static Batch create(ProjectReactor projectReactor, org.apache.commons.configuration.Configuration configuration, Object... bootstrapperComponents)
          Deprecated. in version 2.12
 void execute()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch(ProjectReactor reactor,
             Object... bootstrapperComponents)
Deprecated. 

Batch

@Deprecated
public Batch(org.apache.commons.configuration.Configuration configuration,
                        Object... bootstrapperComponents)
Deprecated. since 2.9 because commons-configuration is replaced by ProjectDefinition#properties. Used by Ant Task 1.1

Method Detail

create

@Deprecated
public static Batch create(ProjectReactor projectReactor,
                                      org.apache.commons.configuration.Configuration configuration,
                                      Object... bootstrapperComponents)
Deprecated. in version 2.12

Used by Gradle 1.0


execute

public void execute()
Deprecated. 


Copyright © 2009-2012 SonarSource. All Rights Reserved.