Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig

Packages that use GerritConnectionConfig
com.sonyericsson.hudson.plugins.gerrit.gerritevents   
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd   
 

Uses of GerritConnectionConfig in com.sonyericsson.hudson.plugins.gerrit.gerritevents
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents with parameters of type GerritConnectionConfig
static GerritSendCommandQueue GerritSendCommandQueue.getInstance(GerritConnectionConfig config)
          Returns the singleton instance of the command-queue.
protected  void GerritSendCommandQueue.startQueue(GerritConnectionConfig config)
          Starts the executor if it hasn't started yet, or updates the thread-pool size if it is started.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents with parameters of type GerritConnectionConfig
GerritHandler(GerritConnectionConfig config)
          Creates a GerritHandler with the specified values.
GerritQueryHandler(GerritConnectionConfig config)
          Creates a GerritQueryHandler with the specified config.
 

Uses of GerritConnectionConfig in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd that return GerritConnectionConfig
 GerritConnectionConfig AbstractSendCommandJob.getConfig()
          Gets the connection config used when sending a command.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.cmd with parameters of type GerritConnectionConfig
AbstractSendCommandJob(GerritConnectionConfig config)
          Standard constructor taking the latest configuration.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.