Uses of Class
com.sonymobile.jenkins.plugins.teamview.TeamProperty

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
<T extends TeamProperty>
T
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.
 



Copyright © 2004-2013. All Rights Reserved.