Package com.google.gerrit.server.events
Class BatchRefUpdateEvent
java.lang.Object
com.google.gerrit.server.events.Event
com.google.gerrit.server.events.ProjectEvent
com.google.gerrit.server.events.BatchRefUpdateEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.common.base.Supplier<List<com.google.gerrit.server.data.RefUpdateAttribute>>
com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute>
static final String
Fields inherited from class com.google.gerrit.server.events.Event
eventCreatedOn, instanceId, type
-
Constructor Summary
ConstructorsConstructorDescriptionBatchRefUpdateEvent
(Project.NameKey projectName, com.google.common.base.Supplier<List<com.google.gerrit.server.data.RefUpdateAttribute>> refUpdates, com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute> updater) -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
submitter
public com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute> submitter -
refUpdates
public com.google.common.base.Supplier<List<com.google.gerrit.server.data.RefUpdateAttribute>> refUpdates
-
-
Constructor Details
-
BatchRefUpdateEvent
public BatchRefUpdateEvent() -
BatchRefUpdateEvent
public BatchRefUpdateEvent(Project.NameKey projectName, com.google.common.base.Supplier<List<com.google.gerrit.server.data.RefUpdateAttribute>> refUpdates, com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute> updater)
-
-
Method Details
-
getProjectNameKey
- Specified by:
getProjectNameKey
in classProjectEvent
-
getRefNames
-