public abstract class AbstractJsonObjectWork extends AbstractGerritEventWork implements Work
AbstractGerritEventWork| Constructor and Description |
|---|
AbstractJsonObjectWork() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
perform(net.sf.json.JSONObject json,
Coordinator coordinator)
Parses the JSONObject into a Java bean and sends the parsed
GerritEvent down the inheritance chain. |
performprotected void perform(net.sf.json.JSONObject json,
Coordinator coordinator)
GerritEvent down the inheritance chain.json - the JSONObject to work on.coordinator - the coordinator.Copyright © 2004-2015 Hudson. All Rights Reserved.