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   
 

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

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger that return IGerritHudsonTriggerConfig
 IGerritHudsonTriggerConfig PluginImpl.getConfig()
          Gets the global config.
static IGerritHudsonTriggerConfig GerritManagement.getConfig()
          Gets the global config.
 

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.
 

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.
 

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()
          Shortcut method to get the config from PluginImpl.
 

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
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.job 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, PatchsetCreated event, BuildsStartedStats stats)
          Standard constructor with all the required data for the job.
 



Copyright © 2004-2012. All Rights Reserved.