@Deprecated public class TaskConfig extends Configuration
| Constructor and Description |
|---|
TaskConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TaskConfigProperty |
addProperty(java.lang.String propertyName)
Deprecated.
Adds a property to the configuration of this task.
|
java.lang.String |
getValue(java.lang.String propertyName)
Deprecated.
Retrieves the value of a property.
|
java.util.List<? extends Property> |
list()
Deprecated.
Returns copy of properties list
|
add, get, sizepublic TaskConfigProperty addProperty(java.lang.String propertyName)
propertyName - Name of the property (or key) in the configuration.TaskConfigPropertypublic java.lang.String getValue(java.lang.String propertyName)
propertyName - Name of the property (or key) in the configuration.public java.util.List<? extends Property> list()
Configurationlist in class ConfigurationCopyright © 2018 ThoughtWorks, Inc. GoCD Version: 18.2.0-6228