org.sonar.batch.bootstrap
Class UserProperties
java.lang.Object
org.sonar.batch.bootstrap.UserProperties
- Direct Known Subclasses:
- BootstrapProperties, TaskProperties
public abstract class UserProperties
- extends Object
Properties that are coming from bootstrapper.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProperties
public UserProperties(Map<String,String> properties,
@Nullable
String pathToSecretKey)
properties
public Map<String,String> properties()
property
public String property(String key)
Copyright © 2009–2015 SonarSource. All rights reserved.