Interface RevisionEvent
-
- All Superinterfaces:
ChangeEvent
,GerritEvent
- All Known Subinterfaces:
ChangeAbandonedListener.Event
,ChangeMergedListener.Event
,ChangeRestoredListener.Event
,CommentAddedListener.Event
,PrivateStateChangedListener.Event
,RevisionCreatedListener.Event
,VoteDeletedListener.Event
,WorkInProgressStateChangedListener.Event
public interface RevisionEvent extends ChangeEvent
Interface to be extended by Events with a Revision.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevisionInfo
getRevision()
Information about the revision.-
Methods inherited from interface com.google.gerrit.extensions.events.ChangeEvent
getChange, getWhen, getWho
-
Methods inherited from interface com.google.gerrit.extensions.events.GerritEvent
getNotify
-
-
-
-
Method Detail
-
getRevision
RevisionInfo getRevision()
Information about the revision. Some fields might be null.- See Also:
com.google.gerrit.server.extensions.events.EventUtil
-
-