org.eclipse.egit.github.core.event
Class EventPayload

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitCommentPayload, CreatePayload, DeletePayload, DownloadPayload, FollowPayload, ForkApplyPayload, ForkPayload, GistPayload, GollumPayload, IssueCommentPayload, IssuesPayload, MemberPayload, PublicPayload, PullRequestPayload, PullRequestReviewCommentPayload, PushPayload, TeamAddPayload, WatchPayload

public class EventPayload
extends Object
implements Serializable

Parent class for event payloads

See Also:
GitHub Event types API documentation, Serialized Form

Constructor Summary
EventPayload()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPayload

public EventPayload()


Copyright © 2012. All Rights Reserved.