org.sonar.batch.bootstrap
Class TaskProperties

java.lang.Object
  extended by org.sonar.batch.bootstrap.UserProperties
      extended by org.sonar.batch.bootstrap.TaskProperties

public class TaskProperties
extends UserProperties

Batch properties that are specific to a task (for example coming from sonar-project.properties).


Constructor Summary
TaskProperties(Map<String,String> properties, String pathToSecretKey)
           
 
Method Summary
 
Methods inherited from class org.sonar.batch.bootstrap.UserProperties
properties, property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskProperties

public TaskProperties(Map<String,String> properties,
                      @Nullable
                      String pathToSecretKey)


Copyright © 2009–2015 SonarSource. All rights reserved.