public abstract static class WatchConfig.NotifyValue extends Object
Constructor and Description |
---|
WatchConfig.NotifyValue() |
Modifier and Type | Method and Description |
---|---|
static WatchConfig.NotifyValue |
create(String filter,
Set<com.google.gerrit.reviewdb.client.AccountProjectWatch.NotifyType> notifyTypes) |
abstract String |
filter() |
abstract com.google.common.collect.ImmutableSet<com.google.gerrit.reviewdb.client.AccountProjectWatch.NotifyType> |
notifyTypes() |
static WatchConfig.NotifyValue |
parse(com.google.gerrit.reviewdb.client.Account.Id accountId,
String project,
String notifyValue,
ValidationError.Sink validationErrorSink) |
String |
toString() |
public static WatchConfig.NotifyValue parse(com.google.gerrit.reviewdb.client.Account.Id accountId, String project, String notifyValue, ValidationError.Sink validationErrorSink)
public static WatchConfig.NotifyValue create(String filter, Set<com.google.gerrit.reviewdb.client.AccountProjectWatch.NotifyType> notifyTypes)
public abstract String filter()
public abstract com.google.common.collect.ImmutableSet<com.google.gerrit.reviewdb.client.AccountProjectWatch.NotifyType> notifyTypes()