Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.GerritServer
-
-
Uses of GerritServer in com.sonyericsson.hudson.plugins.gerrit.trigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return GerritServer Modifier and Type Method Description 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.static GerritServer
PluginImpl. getFirstServer_()
Static shorthand forPluginImpl.getFirstServer()
.GerritServer
GerritManagement. getServer(String encodedServerName)
Used when redirected to a server.GerritServer
PluginImpl. getServer(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Returns the Gerrit Server based on the GerritTriggerEvent.GerritServer
PluginImpl. getServer(String name)
Get a GerritServer object by its name.static GerritServer
PluginImpl. getServer_(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Returns a GerritServer object based on a GerritTriggerEvent.static 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 Modifier and Type Method Description List<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.static List<GerritServer>
PluginImpl. getServers_()
Get the list of Gerrit servers.List<GerritServer>
PluginImpl. removeServer(GerritServer s)
Remove a server from the list.static 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 Modifier and Type Method Description List<GerritServer>
PluginImpl. addServer(GerritServer s)
Add a server to the list.List<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 Modifier and Type Method Description void
PluginImpl. 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 GerritServer Modifier and Type Method Description protected GerritServer
GerritJcascConfigurator.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 GerritServer Modifier and Type Method Description Set<io.jenkins.plugins.casc.Attribute<GerritServer,?>>
GerritJcascConfigurator.ServerConfigurator. describe()
Class<GerritServer>
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 GerritServer Modifier and Type Method Description static com.sonymobile.tools.gerrit.gerritevents.dto.attr.Provider
ManualTriggerAction. createProvider(GerritServer server)
Create event Provider from GerritServer.
-