Class RevisionCreated
- java.lang.Object
-
- com.google.gerrit.server.extensions.events.RevisionCreated
-
public class RevisionCreated extends Object
Helper class to fire an event when a revision has been created for a change.
-
-
Field Summary
Fields Modifier and Type Field Description static RevisionCreated
DISABLED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fire(ChangeData changeData, PatchSet patchSet, AccountState uploader, Instant when, NotifyResolver.Result notify)
-
-
-
Field Detail
-
DISABLED
public static final RevisionCreated DISABLED
-
-
Method Detail
-
fire
public void fire(ChangeData changeData, PatchSet patchSet, AccountState uploader, Instant when, NotifyResolver.Result notify)
-
-