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 SummaryConstructorsConstructorDescriptionGitBatchRefUpdateEvent(Project.NameKey project, Set<GitBatchRefUpdateListener.UpdatedRef> updatedRefs, AccountInfo updater) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.gerrit.extensions.events.GerritEventgetInstanceId
- 
Constructor Details- 
GitBatchRefUpdateEventpublic GitBatchRefUpdateEvent(Project.NameKey project, Set<GitBatchRefUpdateListener.UpdatedRef> updatedRefs, AccountInfo updater) 
 
- 
- 
Method Details- 
getProjectName- Specified by:
- getProjectNamein interface- ProjectEvent
 
- 
getUpdatedRefs- Specified by:
- getUpdatedRefsin interface- GitBatchRefUpdateListener.Event
 
- 
getRefNames- Specified by:
- getRefNamesin interface- GitBatchRefUpdateListener.Event
 
- 
getUpdaterDescription copied from interface:GitBatchRefUpdateListener.EventThe updater, could be null if it's the server.- Specified by:
- getUpdaterin interface- GitBatchRefUpdateListener.Event
 
- 
toString
- 
getNotify- Specified by:
- getNotifyin interface- GerritEvent
 
 
-