org.eclipse.egit.github.core.event
Class PullRequestReviewCommentPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
org.eclipse.egit.github.core.event.PullRequestReviewCommentPayload
- All Implemented Interfaces:
- Serializable
public class PullRequestReviewCommentPayload
- extends EventPayload
- implements Serializable
Payload for an event with type Event.TYPE_PULL_REQUEST_REVIEW_COMMENT
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PullRequestReviewCommentPayload
public PullRequestReviewCommentPayload()
getComment
public CommitComment getComment()
- Returns:
- comment
setComment
public PullRequestReviewCommentPayload setComment(CommitComment comment)
- Parameters:
comment
-
- Returns:
- this payload
Copyright © 2012. All Rights Reserved.