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

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by 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

Constructor Summary
CommitCommentPayload()
           
 
Method Summary
 CommitComment getComment()
           
 CommitCommentPayload setComment(CommitComment comment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitCommentPayload

public CommitCommentPayload()
Method Detail

getComment

public CommitComment getComment()
Returns:
comment

setComment

public CommitCommentPayload setComment(CommitComment comment)
Parameters:
comment -
Returns:
this CommitCommentPayload


Copyright © 2012. All Rights Reserved.