Class ProjectWatchInfo

java.lang.Object
com.google.gerrit.extensions.client.ProjectWatchInfo

public class ProjectWatchInfo extends Object
  • Field Details

    • project

      public String project
    • filter

      public String filter
    • notifyNewChanges

      public Boolean notifyNewChanges
    • notifyNewPatchSets

      public Boolean notifyNewPatchSets
    • notifyAllComments

      public Boolean notifyAllComments
    • notifySubmittedChanges

      public Boolean notifySubmittedChanges
    • notifyAbandonedChanges

      public Boolean notifyAbandonedChanges
  • Constructor Details

    • ProjectWatchInfo

      public ProjectWatchInfo()
  • Method Details