public static interface AbstractTeamSource.SpecificationContext
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name)
Adds a property.
|
void |
addProperty(String name,
String label)
Adds a property.
|
void |
addProperty(TeamSourceProperty property)
Adds a property.
|
void addProperty(String name)
name
- Name of property that is also used as the label.void addProperty(String name, String label)
name
- Name of property.label
- Label for the property.void addProperty(TeamSourceProperty property)
property
- TeamSourceProperty
.Copyright © 2005–2016. All rights reserved.