| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GerritJsonEvent
Base interface for a JSON event from Gerrit.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Coordinator.notifyListeners(GerritEvent event)
Notifies the listeners of a GerritEvent.
|
protected void |
AbstractGerritEventWork.perform(GerritEvent event,
Coordinator coordinator)
Performs the work.
|
| Constructor and Description |
|---|
GerritEventWork(GerritEvent event)
Standard Constructor.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.