com.atlassian.crucible.event
Interface ReviewerUncompletedEvent

All Superinterfaces:
ReviewCompletionEvent, ReviewEvent

public interface ReviewerUncompletedEvent
extends ReviewCompletionEvent

Author:
Erik van Zijst

Method Summary
 ReviewerData getReviewer()
          Returns the reviewer that uncompleted this review.
 
Methods inherited from interface com.atlassian.crucible.event.ReviewEvent
getReviewId
 

Method Detail

getReviewer

ReviewerData getReviewer()
Returns the reviewer that uncompleted this review.

Returns:
the reviewer that uncompleted this review.