public abstract class AbstractRevisionEvent extends AbstractChangeEvent implements com.google.gerrit.extensions.events.RevisionEvent
Modifier | Constructor and Description |
---|---|
protected |
AbstractRevisionEvent(com.google.gerrit.extensions.common.ChangeInfo change,
com.google.gerrit.extensions.common.RevisionInfo revision,
com.google.gerrit.extensions.common.AccountInfo who,
Timestamp when,
com.google.gerrit.extensions.api.changes.NotifyHandling notify) |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.common.RevisionInfo |
getRevision() |
getChange, getNotify, getWhen, getWho
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected AbstractRevisionEvent(com.google.gerrit.extensions.common.ChangeInfo change, com.google.gerrit.extensions.common.RevisionInfo revision, com.google.gerrit.extensions.common.AccountInfo who, Timestamp when, com.google.gerrit.extensions.api.changes.NotifyHandling notify)