Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.GerritServer
Packages that use GerritServer
Package
Description
-
Uses of GerritServer in com.sonyericsson.hudson.plugins.gerrit.trigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return GerritServerModifier and TypeMethodDescriptionGerritManagement.doAddNewServer(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Add a new server.PluginImpl.getFirstServer()Gets the first server in the server list.static GerritServerPluginImpl.getFirstServer_()Static shorthand forPluginImpl.getFirstServer().Used when redirected to a server.PluginImpl.getServer(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event) Returns the Gerrit Server based on the GerritTriggerEvent.Get a GerritServer object by its name.static GerritServerPluginImpl.getServer_(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event) Returns a GerritServer object based on a GerritTriggerEvent.static GerritServerPluginImpl.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 GerritServerModifier and TypeMethodDescriptionPluginImpl.addServer(GerritServer s) Add a server to the list.GerritManagement.getServers()Gets the list of GerritServer.PluginImpl.getServers()Get the list of Gerrit servers.static List<GerritServer>PluginImpl.getServers_()Get the list of Gerrit servers.PluginImpl.removeServer(GerritServer s) Remove a server from the list.GerritManagement.DescriptorImpl.serverDescriptorList()Returns the list containing the GerritServer descriptor.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger with parameters of type GerritServerModifier and TypeMethodDescriptionPluginImpl.addServer(GerritServer s) Add a server to the list.PluginImpl.removeServer(GerritServer s) Remove a server from the list.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger with type arguments of type GerritServerModifier and TypeMethodDescriptionvoidPluginImpl.setServers(List<GerritServer> servers) Set the list of Gerrit servers. -
Uses of GerritServer in com.sonyericsson.hudson.plugins.gerrit.trigger.config
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.config that return GerritServerModifier and TypeMethodDescriptionprotected GerritServerGerritJcascConfigurator.ServerConfigurator.instance(io.jenkins.plugins.casc.model.Mapping mapping, io.jenkins.plugins.casc.ConfigurationContext context) Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.config that return types with arguments of type GerritServerModifier and TypeMethodDescriptionSet<io.jenkins.plugins.casc.Attribute<GerritServer,?>> GerritJcascConfigurator.ServerConfigurator.describe()GerritJcascConfigurator.ServerConfigurator.getTarget() -
Uses of GerritServer in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.actions.manual with parameters of type GerritServerModifier and TypeMethodDescriptionstatic com.sonymobile.tools.gerrit.gerritevents.dto.attr.ProviderManualTriggerAction.createProvider(GerritServer server) Create event Provider from GerritServer.