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

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.UpdatedGeneralCommentNotification
All Implemented Interfaces:
CrucibleNotification

public class UpdatedGeneralCommentNotification
extends AbstractUpdatedCommentNotification


Field Summary
 
Fields inherited from class com.atlassian.theplugin.commons.crucible.api.model.notification.AbstractReviewNotification
review
 
Constructor Summary
UpdatedGeneralCommentNotification(ReviewAdapter review, User user, boolean isDraft, boolean wasDraft)
           
 
Method Summary
 java.lang.String getPresentationMessage()
           
 CrucibleNotificationType getType()
           
 
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

UpdatedGeneralCommentNotification

public UpdatedGeneralCommentNotification(ReviewAdapter review,
                                         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


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