com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers
Class GerritEventWork
java.lang.Object
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers.AbstractGerritEventWork
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GerritEventWork
public GerritEventWork(GerritEvent event)
- Standard Constructor.
- Parameters:
event - an event.
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.