Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.trigger.config.IGerritHudsonTriggerConfig

Packages that use IGerritHudsonTriggerConfig
com.sonyericsson.hudson.plugins.gerrit.trigger   
com.sonyericsson.hudson.plugins.gerrit.trigger.config   
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier   
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.rest   
com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job.ssh   
 

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

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return IGerritHudsonTriggerConfig
 IGerritHudsonTriggerConfig GerritServer.getConfig()
          Gets the global config of this server.
static IGerritHudsonTriggerConfig GerritManagement.getConfig(String serverName)
          Get the config of a server.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger with parameters of type IGerritHudsonTriggerConfig
 void ChangeIdAnnotator.annotate(hudson.model.AbstractProject<?,?> project, hudson.MarkupText text, IGerritHudsonTriggerConfig config)
          Annotates Gerrit change IDs in changelogs.
 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
 class Config
          Configuration bean for the global configuration.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.config with parameters of type IGerritHudsonTriggerConfig
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
 IGerritHudsonTriggerConfig NotificationFactory.getConfig(String serverName)
          Shortcut method to get the config from GerritServer.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type IGerritHudsonTriggerConfig
 GerritNotifier NotificationFactory.createGerritNotifier(IGerritHudsonTriggerConfig config, GerritCmdRunner cmdRunner)
          Factory method for creating a GerritNotifier.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier with parameters of type IGerritHudsonTriggerConfig
GerritNotifier(IGerritHudsonTriggerConfig config, GerritCmdRunner cmdRunner)
          Constructor.
GerritNotifier(IGerritHudsonTriggerConfig config, GerritCmdRunner cmdRunner, hudson.model.Hudson hudson)
          Constructor for testing.
ParameterExpander(IGerritHudsonTriggerConfig config)
          Constructor.
ParameterExpander(IGerritHudsonTriggerConfig config, hudson.model.Hudson hudson)
          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
BuildCompletedRestCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, hudson.model.TaskListener listener)
          Constructor.
BuildStartedRestCommandJob(IGerritHudsonTriggerConfig config, hudson.model.AbstractBuild build, hudson.model.TaskListener listener, 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
BuildCompletedCommandJob(IGerritHudsonTriggerConfig config, BuildMemory.MemoryImprint memoryImprint, hudson.model.TaskListener listener)
          Standard constructor with all the needed data for the job to perform.
BuildStartedCommandJob(IGerritHudsonTriggerConfig config, hudson.model.AbstractBuild build, hudson.model.TaskListener taskListener, GerritTriggeredEvent event, BuildsStartedStats stats)
          Standard constructor with all the required data for the job.
 



Copyright © 2004-2013. All Rights Reserved.