public final class Property extends Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Returns the label used for reports.
|
String |
getMappedName()
Returns the name of the property in the build meta data properties.
|
String |
getName()
Returns the name of the system property to add to the build meta data
properties.
|
String |
getSection()
Returns the section the property is added to.
|
String |
getValue()
Returns the value provided for the property.
|
public String getName()
public String getMappedName()
name is returned.public String getValue()
public String getSection()
build.misc section.
Valid section identifiers are:
build.scmbuild.dateAndVersionbuild.runtimebuild.javabuild.mavenpublic String getLabel()
Copyright © 2006-2014. All Rights Reserved.