com.atlassian.theplugin.commons.crucible.api.model.notification
Interface CrucibleNotification

All Known Implementing Classes:
AbstractCommentNotification, AbstractReviewNotification, AbstractUpdatedCommentNotification, NewExceptionNotification, NewGeneralCommentNotification, NewReplyCommentNotification, NewReviewItemNotification, NewReviewNotification, NewVersionedCommentNotification, NotVisibleReviewNotification, RemovedGeneralCommentNotification, RemovedReplyCommentNotification, RemovedReviewItemNotification, RemovedVersionedCommentNotification, ReviewCompletedNotification, ReviewerCompletedNotification, ReviewStateChangedNotification, UpdatedGeneralCommentNotification, UpdatedReplyCommentNotification, UpdatedVersionedCommentNotification

public interface CrucibleNotification


Method Summary
 PermId getId()
           
 java.lang.String getItemUrl()
           
 java.lang.String getPresentationMessage()
           
 CrucibleNotificationType getType()
           
 

Method Detail

getType

CrucibleNotificationType getType()

getId

PermId getId()

getItemUrl

java.lang.String getItemUrl()

getPresentationMessage

java.lang.String getPresentationMessage()


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