Class GitReferenceUpdated.GitBatchRefUpdateEvent
java.lang.Object
com.google.gerrit.server.extensions.events.GitReferenceUpdated.GitBatchRefUpdateEvent
- All Implemented Interfaces:
GerritEvent,GitBatchRefUpdateListener.Event,ProjectEvent
- Enclosing class:
- GitReferenceUpdated
public static class GitReferenceUpdated.GitBatchRefUpdateEvent
extends Object
implements GitBatchRefUpdateListener.Event
Event to be fired when a Git reference has been updated.
-
Constructor Summary
ConstructorsConstructorDescriptionGitBatchRefUpdateEvent(Project.NameKey project, Set<GitBatchRefUpdateListener.UpdatedRef> updatedRefs, AccountInfo updater) -
Method Summary
-
Constructor Details
-
GitBatchRefUpdateEvent
public GitBatchRefUpdateEvent(Project.NameKey project, Set<GitBatchRefUpdateListener.UpdatedRef> updatedRefs, AccountInfo updater)
-
-
Method Details
-
getProjectName
- Specified by:
getProjectNamein interfaceProjectEvent
-
getUpdatedRefs
- Specified by:
getUpdatedRefsin interfaceGitBatchRefUpdateListener.Event
-
getRefNames
- Specified by:
getRefNamesin interfaceGitBatchRefUpdateListener.Event
-
getUpdater
Description copied from interface:GitBatchRefUpdateListener.EventThe updater, could be null if it's the server.- Specified by:
getUpdaterin interfaceGitBatchRefUpdateListener.Event
-
toString
-
getNotify
- Specified by:
getNotifyin interfaceGerritEvent
-