com.atlassian.crucible.event.cscomment
Interface CsCommentUpdatedEvent

All Superinterfaces:
ChangesetEvent, CsCommentEvent

public interface CsCommentUpdatedEvent
extends CsCommentEvent

A Changeset Comment has been created.


Method Summary
 java.lang.String getOldMessage()
          Get the message the comment contained before the update.
 
Methods inherited from interface com.atlassian.crucible.event.cscomment.CsCommentEvent
getActioner, getCommentId
 
Methods inherited from interface com.atlassian.fisheye.event.ChangesetEvent
getChangeSetId, getRepositoryName
 

Method Detail

getOldMessage

java.lang.String getOldMessage()
Get the message the comment contained before the update. Note that an update might not involve changing the message, so the old and new messages may be the same.