com.atlassian.crucible.event
Interface AllReviewersNoLongerCompletedEvent
- All Superinterfaces:
- ReviewCompletionEvent, ReviewEvent
public interface AllReviewersNoLongerCompletedEvent
- extends ReviewCompletionEvent
Emitted when all reviewers of a review are no longer complete. This happens for instance
when a reviewer explicitly changes his status to uncomplete, or when a new reviewer
joins the review, or when one or more reviewers are uncompleted by the system as a
result of changes to the review (a new iteration being added, or a defect being raised).
Note that when this event is triggered by a reviewer uncompleting explicitly, it will also
trigger a ReviewerUncompletedEvent
. The order of
these event is unspecified.
- Author:
- Erik van Zijst