|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TeamProperty in com.sonymobile.jenkins.plugins.teamview |
|---|
| Subclasses of TeamProperty in com.sonymobile.jenkins.plugins.teamview | |
|---|---|
class |
TeamViewsProperty
A class that remembers team views. |
| Methods in com.sonymobile.jenkins.plugins.teamview with type parameters of type TeamProperty | ||
|---|---|---|
|
Team.getProperty(Class<T> clazz)
Gets the specific property, or null. |
|
| Methods in com.sonymobile.jenkins.plugins.teamview that return TeamProperty | |
|---|---|
abstract TeamProperty |
TeamProperty.TeamPropertyDescriptor.newInstance(Team team)
Creates a default instance of TeamProperty to be associated with Team object that wasn't created from a persisted XML data. |
TeamProperty |
TeamProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
Reconfigures a TeamProperty from a submitted form. |
TeamProperty |
TeamViewsProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
|
| Methods in com.sonymobile.jenkins.plugins.teamview that return types with arguments of type TeamProperty | |
|---|---|
static hudson.DescriptorExtensionList<TeamProperty,TeamProperty.TeamPropertyDescriptor> |
TeamProperty.all()
Returns all the registered TeamProperty.TeamPropertyDescriptors. |
List<TeamProperty> |
Team.getProperties()
Getter for the list of properties. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||