Uses of Interface
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.GerritEvent

Packages that use GerritEvent
com.sonyericsson.hudson.plugins.gerrit.gerritevents   
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto   
com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events   
com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers   
 

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

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents with parameters of type GerritEvent
 void GerritEventListener.gerritEvent(GerritEvent event)
          Fallback method for all valid Gerrit events.
 void GerritHandler.notifyListeners(GerritEvent event)
          Notifies all listeners of a Gerrit event.
 void GerritHandler.triggerEvent(GerritEvent event)
          "Triggers" an event by adding it to the internal queue and be taken by one of the worker threads.
 

Uses of GerritEvent in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
 

Subinterfaces of GerritEvent in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
 interface GerritJsonEvent
          Base interface for a JSON event from Gerrit.
 

Uses of GerritEvent in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events
 

Classes in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that implement GerritEvent
 class ChangeAbandoned
          A DTO representation of the change-abandoned Gerrit Event.
 class ChangeBasedEvent
          Base class for all GeritTriggeredEvents containing a Change.
 class ChangeMerged
          A DTO representation of the change-merged Gerrit Event.
 class CommentAdded
          A DTO representation of the comment-added Gerrit Event.
 class DraftPublished
          A DTO representation of the draft-published Gerrit Event.
 class GerritTriggeredEvent
          A DTO representation of a Gerrit triggered Event.
 class ManualPatchsetCreated
          Represents a Patchset manually selected to be built by a user.
 class PatchsetCreated
          A DTO representation of the patchset-created Gerrit Event.
 class RefUpdated
          A DTO representation of the ref-updated Gerrit Event.
 

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

Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers with parameters of type GerritEvent
 void Coordinator.notifyListeners(GerritEvent event)
          Notifies the listeners of a GerritEvent.
protected  void AbstractGerritEventWork.perform(GerritEvent event, Coordinator coordinator)
          Performs the work.
 

Constructors in com.sonyericsson.hudson.plugins.gerrit.gerritevents.workers with parameters of type GerritEvent
GerritEventWork(GerritEvent event)
          Standard Constructor.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.