Class ProjectWatchInfo
- java.lang.Object
-
- com.google.gerrit.extensions.client.ProjectWatchInfo
-
public class ProjectWatchInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
filter
Boolean
notifyAbandonedChanges
Boolean
notifyAllComments
Boolean
notifyNewChanges
Boolean
notifyNewPatchSets
Boolean
notifySubmittedChanges
String
project
-
Constructor Summary
Constructors Constructor Description ProjectWatchInfo()
-
-
-
Field Detail
-
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
-
-