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

Uses of Team in com.sonymobile.jenkins.plugins.teamview
 

Fields in com.sonymobile.jenkins.plugins.teamview declared as Team
protected  Team TeamProperty.team
          the Team this property is associated with.
 

Methods in com.sonymobile.jenkins.plugins.teamview that return Team
 Team Teams.getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse resp)
          Used when redirected to a team.
 Team TeamViewsProperty.getTeam()
          Standard getter for the team.
 

Methods in com.sonymobile.jenkins.plugins.teamview that return types with arguments of type Team
 Map<String,Team> PluginImpl.getTeams()
          Standard getter.
 

Methods in com.sonymobile.jenkins.plugins.teamview with parameters of type Team
 void PluginImpl.addTeam(Team team)
          Add a team to the map of teams.
 int Team.compareTo(Team o)
           
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.
 TeamViewsProperty TeamViewsProperty.TeamViewsPropertyDescriptor.newInstance(Team team)
          Returns a new instance of TeamViewsProperty, provided a Team.
 void TeamProperty.setTeam(Team team)
          Standard setter for the team.
 



Copyright © 2004-2013. All Rights Reserved.