org.sonar.batch.bootstrap
Class UserProperties

java.lang.Object
  extended by org.sonar.batch.bootstrap.UserProperties
Direct Known Subclasses:
BootstrapProperties, TaskProperties

public abstract class UserProperties
extends Object

Properties that are coming from bootstrapper.


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

Constructor Detail

UserProperties

public UserProperties(Map<String,String> properties,
                      @Nullable
                      String pathToSecretKey)
Method Detail

properties

public Map<String,String> properties()

property

public String property(String key)


Copyright © 2009–2015 SonarSource. All rights reserved.