com.atlassian.theplugin.commons.crucible.api.model.notification
Class UpdatedReplyCommentNotification

java.lang.Object
  extended by com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
      extended by com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractCommentNotification
          extended by com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractUpdatedCommentNotification
              extended by com.atlassian.theplugin.commons.crucible.api.model.notification.UpdatedReplyCommentNotification
All Implemented Interfaces:
CrucibleNotification

public class UpdatedReplyCommentNotification
extends AbstractUpdatedCommentNotification


Field Summary
 
Fields inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
review
 
Constructor Summary
UpdatedReplyCommentNotification(ReviewAdapter review, Comment reply, User user, boolean isDraft, boolean wasDraft)
           
 
Method Summary
 java.lang.String getPresentationMessage()
           
 CrucibleNotificationType getType()
           
 boolean isWasDraft()
           
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractUpdatedCommentNotification
wasDraft
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractCommentNotification
getAuthor, isDraft
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
getId, getItemUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedReplyCommentNotification

public UpdatedReplyCommentNotification(ReviewAdapter review,
                                       Comment reply,
                                       User user,
                                       boolean isDraft,
                                       boolean wasDraft)
Method Detail

getType

public CrucibleNotificationType getType()
Specified by:
getType in interface CrucibleNotification
Specified by:
getType in class AbstractReviewNotification

getPresentationMessage

public java.lang.String getPresentationMessage()
Specified by:
getPresentationMessage in interface CrucibleNotification
Specified by:
getPresentationMessage in class AbstractReviewNotification

isWasDraft

public boolean isWasDraft()


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.