Class AbstractRevisionEvent
java.lang.Object
com.google.gerrit.server.extensions.events.AbstractChangeEvent
com.google.gerrit.server.extensions.events.AbstractRevisionEvent
- All Implemented Interfaces:
ChangeEvent
,GerritEvent
,RevisionEvent
Base class for all revision events.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractRevisionEvent
(ChangeInfo change, RevisionInfo revision, AccountInfo who, Instant when, NotifyHandling notify) -
Method Summary
Methods inherited from class com.google.gerrit.server.extensions.events.AbstractChangeEvent
getChange, getNotify, getWhen, getWho
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gerrit.extensions.events.ChangeEvent
getChange, getWhen, getWho
Methods inherited from interface com.google.gerrit.extensions.events.GerritEvent
getNotify
-
Constructor Details
-
AbstractRevisionEvent
protected AbstractRevisionEvent(ChangeInfo change, RevisionInfo revision, AccountInfo who, Instant when, NotifyHandling notify)
-
-
Method Details
-
getRevision
Description copied from interface:RevisionEvent
Information about the revision. Some fields might be null.- Specified by:
getRevision
in interfaceRevisionEvent
- See Also:
-