|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GerritJsonEvent in com.sonyericsson.hudson.plugins.gerrit.gerritevents |
|---|
| Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents that return GerritJsonEvent | |
|---|---|
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. |
| Uses of GerritJsonEvent in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto |
|---|
| Methods in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto that return types with arguments of type GerritJsonEvent | |
|---|---|
Class<? extends GerritJsonEvent> |
GerritEventType.getEventRepresentative()
Gets the DTO class that represents this kind of event. |
| Uses of GerritJsonEvent in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events |
|---|
| Classes in com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto.events that implement GerritJsonEvent | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||