Class BatchRefUpdateEvent


public class BatchRefUpdateEvent extends ProjectEvent
  • Field Details

    • TYPE

      public static final String 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