Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.Coordinator

Packages that use Coordinator
com.sonyericsson.hudson.plugins.gerrit.gerritevents   
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers   
 

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

Classes in com.sonyericsson.hudson.plugins.gerrit.gerritevents that implement Coordinator
 class GerritHandler
          Main class for this module.
 

Uses of Coordinator in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers
 

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers with parameters of type Coordinator
 void Work.perform(Coordinator coordinator)
          Does the work.
 void GerritEventWork.perform(Coordinator coordinator)
           
 void StreamEventsStringWork.perform(Coordinator coordinator)
           
protected  void AbstractGerritEventWork.perform(GerritEvent event, Coordinator coordinator)
          Performs the work.
protected  void AbstractJsonObjectWork.perform(net.sf.json.JSONObject json, Coordinator coordinator)
          Parses the JSONObject into a Java bean and sends the parsed GerritEvent down the inheritance chain.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers with parameters of type Coordinator
EventThread(Coordinator coordinator)
          Constructs an Event thread worker.
EventThread(Coordinator coordinator, String name)
          Constructs an Event thread worker.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.