com.sonyericsson.hudson.plugins.gerrit.gerritevents.dto
Interface GerritJsonDTO

All Known Subinterfaces:
GerritJsonEvent
All Known Implementing Classes:
Account, Approval, Change, ChangeAbandoned, ChangeMerged, CommentAdded, DraftPublished, ManualPatchsetCreated, PatchSet, PatchsetCreated, RefUpdate, RefUpdated

public interface GerritJsonDTO

Base interface for all DTO POJOs that represents a JSON data structure.

Author:
Robert Sandell <robert.sandell@sonyericsson.com>

Method Summary
 void fromJson(net.sf.json.JSONObject json)
          Takes a JSON object and fills its internal data-structure.
 

Method Detail

fromJson

void fromJson(net.sf.json.JSONObject json)
Takes a JSON object and fills its internal data-structure.

Parameters:
json - the JSON Object.


Copyright © 2004-2012 Hudson. All Rights Reserved.