@Deprecated public class Configuration extends java.lang.Object implements PluginPreference
| Constructor and Description |
|---|
Configuration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Property property)
Deprecated.
Adds given property as configuration
|
Property |
get(java.lang.String key)
Deprecated.
Gets property for a given property key
|
java.util.List<? extends Property> |
list()
Deprecated.
Returns copy of properties list
|
int |
size()
Deprecated.
Returns number of properties in this configuration
|
public void add(Property property)
property - this is the property to be added to the configurationpublic Property get(java.lang.String key)
key - the key whose associated property to be returnedpublic int size()
public java.util.List<? extends Property> list()
Copyright © 2018 ThoughtWorks, Inc. GoCD Version: 18.2.0-6228