Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.GerritServer

Packages that use GerritServer
com.sonyericsson.hudson.plugins.gerrit.trigger   
 

Uses of GerritServer in com.sonyericsson.hudson.plugins.gerrit.trigger
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return GerritServer
 GerritServer GerritManagement.doAddNewServer(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Add a new server.
 GerritServer PluginImpl.getFirstServer()
          Gets the first server in the server list.
 GerritServer GerritManagement.getServer(String encodedServerName)
          Used when redirected to a server.
 GerritServer PluginImpl.getServer(String name)
          Get a GerritServer object by its name.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return types with arguments of type GerritServer
 LinkedList<GerritServer> PluginImpl.addServer(GerritServer s)
          Add a server to the list.
 List<GerritServer> GerritManagement.getServers()
          Gets the list of GerritServer.
 List<GerritServer> PluginImpl.getServers()
          Get the list of Gerrit servers.
 LinkedList<GerritServer> PluginImpl.removeServer(GerritServer s)
          Remove a server from the list.
static hudson.DescriptorExtensionList<GerritServer,GerritServer.DescriptorImpl> GerritManagement.DescriptorImpl.serverDescriptorList()
          Returns the list containing the GerritServer descriptor.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger with parameters of type GerritServer
 LinkedList<GerritServer> PluginImpl.addServer(GerritServer s)
          Add a server to the list.
 LinkedList<GerritServer> PluginImpl.removeServer(GerritServer s)
          Remove a server from the list.
 

Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger with type arguments of type GerritServer
 void PluginImpl.setServers(LinkedList<GerritServer> servers)
          Set the list of Gerrit servers.
 



Copyright © 2004-2014. All Rights Reserved.