Class NotifyInfo

java.lang.Object
com.google.gerrit.extensions.api.changes.NotifyInfo

public class NotifyInfo extends Object
Detailed information about who should be notified about an update.
  • Field Details

  • Constructor Details

    • NotifyInfo

      public NotifyInfo(List<String> accounts)
      Parameters:
      accounts - may be either just a list of: account IDs, Full names, usernames, or emails. Also could be a list of those: "Full name <[email protected]>" or "Full name ()"
  • Method Details