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