Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.trigger.config.IGerritHudsonTriggerConfig
Packages that use IGerritHudsonTriggerConfig
Package
Description
-
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return IGerritHudsonTriggerConfigModifier and TypeMethodDescriptionstatic IGerritHudsonTriggerConfigGet the config of a server.GerritServer.getConfig()Gets the global config of this server.static IGerritHudsonTriggerConfigPluginImpl.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 IGerritHudsonTriggerConfigModifier and TypeMethodDescriptionvoidGerritServer.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 IGerritHudsonTriggerConfigConstructors in com.sonyericsson.hudson.plugins.gerrit.trigger.config with parameters of type IGerritHudsonTriggerConfig -
Uses of IGerritHudsonTriggerConfig in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier that return IGerritHudsonTriggerConfigMethods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type IGerritHudsonTriggerConfigModifier and TypeMethodDescriptionGerritNotifierFactory.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 IGerritHudsonTriggerConfigModifierConstructorDescriptionGerritNotifier(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.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 IGerritHudsonTriggerConfigModifierConstructorDescriptionBuildCompletedRestCommandJob(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 IGerritHudsonTriggerConfigModifierConstructorDescriptionBuildCompletedCommandJob(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 IGerritHudsonTriggerConfigModifier and TypeMethodDescriptionprotected StringGerritMissedEventsPlaybackManager.buildEventsLogURL(IGerritHudsonTriggerConfig config, Date date1) protected StringGerritMissedEventsPlaybackManager.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 IGerritHudsonTriggerConfigModifier and TypeMethodDescriptionstatic BooleanGerritPluginChecker.isPluginEnabled(IGerritHudsonTriggerConfig config, String pluginName) Query Gerrit to determine if plugin is enabled.static BooleanGerritPluginChecker.isPluginEnabled(IGerritHudsonTriggerConfig config, String pluginName, boolean quiet) Query Gerrit to determine if plugin is enabled.static org.apache.http.client.methods.CloseableHttpResponseHttpUtils.performHTTPGet(IGerritHudsonTriggerConfig config, String url)