org.kohsuke.github
Class GHEventPayload

java.lang.Object
  extended by org.kohsuke.github.GHEventPayload
Direct Known Subclasses:
GHEventPayload.PullRequest

public abstract class GHEventPayload
extends Object

Base type for types used in databinding of the event payload.

See Also:
GitHub.parseEventPayload(Reader, Class), GHEventInfo.getPayload(Class)

Nested Class Summary
static class GHEventPayload.PullRequest
           
 
Field Summary
protected  GitHub root
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected GitHub root


Copyright © 2012. All Rights Reserved.