Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.trigger.config.IGerritHudsonTriggerConfig
-
-
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return IGerritHudsonTriggerConfig Modifier and Type Method Description static IGerritHudsonTriggerConfig
GerritManagement. getConfig(String serverName)
Get the config of a server.IGerritHudsonTriggerConfig
GerritServer. getConfig()
Gets the global config of this server.static IGerritHudsonTriggerConfig
PluginImpl. getServerConfig(com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event)
Finds the server config for the event's provider.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger with parameters of type IGerritHudsonTriggerConfig Modifier and Type Method Description void
GerritServer. setConfig(IGerritHudsonTriggerConfig config)
Sets the global config of this server. -
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.config
Classes in com.sonyericsson.hudson.plugins.gerrit.trigger.config that implement IGerritHudsonTriggerConfig Modifier and Type Class Description class
Config
Configuration bean for the global configuration.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.config with parameters of type IGerritHudsonTriggerConfig Constructor Description Config(IGerritHudsonTriggerConfig config)
Copy constructor. -
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier that return IGerritHudsonTriggerConfig Modifier and Type Method Description IGerritHudsonTriggerConfig
GerritNotifierFactory. getConfig(String serverName)
Shortcut method to get the config fromGerritServer
.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type IGerritHudsonTriggerConfig Modifier and Type Method Description GerritNotifier
GerritNotifierFactory. createGerritNotifier(IGerritHudsonTriggerConfig config, com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner cmdRunner)
Factory method for creating a GerritNotifier.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type IGerritHudsonTriggerConfig Constructor Description GerritNotifier(IGerritHudsonTriggerConfig config, com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner cmdRunner)
Constructor.GerritNotifier(IGerritHudsonTriggerConfig config, com.sonymobile.tools.gerrit.gerritevents.GerritCmdRunner cmdRunner, Jenkins jenkins)
Constructor for testing.ParameterExpander(IGerritHudsonTriggerConfig config)
Constructor.ParameterExpander(IGerritHudsonTriggerConfig config, Jenkins jenkins)
Constructor. -
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest with parameters of type IGerritHudsonTriggerConfig Constructor Description BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener)
Constructor.BuildStartedRestCommandJob(IGerritHudsonTriggerConfig config, Run build, TaskListener listener, com.sonymobile.tools.gerrit.gerritevents.dto.events.ChangeBasedEvent event, BuildsStartedStats stats)
Constructor. -
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh
Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh with parameters of type IGerritHudsonTriggerConfig Constructor Description BuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, TaskListener listener)
Standard constructor with all the needed data for the job to perform.BuildStartedCommandJob(IGerritHudsonTriggerConfig config, Run build, TaskListener taskListener, com.sonymobile.tools.gerrit.gerritevents.dto.events.GerritTriggeredEvent event, BuildsStartedStats stats)
Standard constructor with all the required data for the job. -
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.playback
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.playback with parameters of type IGerritHudsonTriggerConfig Modifier and Type Method Description protected String
GerritMissedEventsPlaybackManager. buildEventsLogURL(IGerritHudsonTriggerConfig config, Date date1)
protected String
GerritMissedEventsPlaybackManager. getEventsFromEventsLogPlugin(IGerritHudsonTriggerConfig config, String url)
-
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.utils
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.utils with parameters of type IGerritHudsonTriggerConfig Modifier and Type Method Description static Boolean
GerritPluginChecker. isPluginEnabled(IGerritHudsonTriggerConfig config, String pluginName)
Query Gerrit to determine if plugin is enabled.static Boolean
GerritPluginChecker. isPluginEnabled(IGerritHudsonTriggerConfig config, String pluginName, boolean quiet)
Query Gerrit to determine if plugin is enabled.static org.apache.http.client.methods.CloseableHttpResponse
HttpUtils. performHTTPGet(IGerritHudsonTriggerConfig config, String url)
-