com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers
Class GerritEventWork

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.AbstractGerritEventWork
      extended by com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.GerritEventWork
All Implemented Interfaces:
Work

public class GerritEventWork
extends AbstractGerritEventWork

Notifies all listeners of the arrived event.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>

Constructor Summary
GerritEventWork(GerritEvent event)
          Standard Constructor.
 
Method Summary
 void perform(Coordinator coordinator)
          Does the work.
 
Methods inherited from class com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.AbstractGerritEventWork
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GerritEventWork

public GerritEventWork(GerritEvent event)
Standard Constructor.

Parameters:
event - an event.
Method Detail

perform

public void perform(Coordinator coordinator)
Description copied from interface: Work
Does the work.

Parameters:
coordinator - a reference to the coordinator.


Copyright © 2004-2012 Hudson. All Rights Reserved.