| Modifier and Type | Method and Description |
|---|---|
static GerritJsonEvent |
GerritJsonEventFactory.getEvent(net.sf.json.JSONObject jsonObject)
Creates a GerritJsonEvent DTO out of the provided JSONObject.
|
static GerritJsonEvent |
GerritJsonEventFactory.getEventIfInteresting(String jsonString)
Tries to parse the provided string into a GerritJsonEvent DTO if it is interesting and usable.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends GerritJsonEvent> |
GerritEventType.getEventRepresentative()
Gets the DTO class that represents this kind of event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeAbandoned
A DTO representation of the change-abandoned Gerrit Event.
|
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 |
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.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.