Class GitReferenceUpdated.GitReferenceUpdatedEvent
java.lang.Object
com.google.gerrit.server.extensions.events.GitReferenceUpdated.GitReferenceUpdatedEvent
- All Implemented Interfaces:
- GerritEvent,- GitBatchRefUpdateListener.UpdatedRef,- GitReferenceUpdatedListener.Event,- ProjectEvent
- Enclosing class:
- GitReferenceUpdated
public static class GitReferenceUpdated.GitReferenceUpdatedEvent
extends Object
implements GitReferenceUpdatedListener.Event
- 
Constructor SummaryConstructorsConstructorDescriptionGitReferenceUpdatedEvent(Project.NameKey project, GitBatchRefUpdateListener.UpdatedRef updatedRef, AccountInfo updater) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gerrit.extensions.events.GerritEventgetInstanceId
- 
Constructor Details- 
GitReferenceUpdatedEventpublic GitReferenceUpdatedEvent(Project.NameKey project, GitBatchRefUpdateListener.UpdatedRef updatedRef, AccountInfo updater) 
 
- 
- 
Method Details- 
getProjectName- Specified by:
- getProjectNamein interface- ProjectEvent
 
- 
getNotify- Specified by:
- getNotifyin interface- GerritEvent
 
- 
getRefName- Specified by:
- getRefNamein interface- GitBatchRefUpdateListener.UpdatedRef
 
- 
getOldObjectId- Specified by:
- getOldObjectIdin interface- GitBatchRefUpdateListener.UpdatedRef
 
- 
getNewObjectId- Specified by:
- getNewObjectIdin interface- GitBatchRefUpdateListener.UpdatedRef
 
- 
isCreatepublic boolean isCreate()- Specified by:
- isCreatein interface- GitBatchRefUpdateListener.UpdatedRef
 
- 
isDeletepublic boolean isDelete()- Specified by:
- isDeletein interface- GitBatchRefUpdateListener.UpdatedRef
 
- 
isNonFastForwardpublic boolean isNonFastForward()- Specified by:
- isNonFastForwardin interface- GitBatchRefUpdateListener.UpdatedRef
 
- 
getUpdaterDescription copied from interface:GitReferenceUpdatedListener.EventThe updater, could be null if it's the server.- Specified by:
- getUpdaterin interface- GitReferenceUpdatedListener.Event
 
 
-