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

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

public class RemovedVersionedCommentNotification
extends AbstractCommentNotification


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

RemovedVersionedCommentNotification

public RemovedVersionedCommentNotification(ReviewAdapter review,
                                           VersionedComment comment,
                                           User user,
                                           boolean isDraft)
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.