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