com.atlassian.crucible.event
Interface ReviewerCompletedEvent

All Superinterfaces:
ReviewCompletionEvent, ReviewEvent

public interface ReviewerCompletedEvent
extends ReviewCompletionEvent

Author:
Erik van Zijst

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

Method Detail

getReviewer

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

Returns:
the reviewer that completed this review.