Package com.google.gerrit.server.account
Class ProjectWatches.NotifyValue
java.lang.Object
com.google.gerrit.server.account.ProjectWatches.NotifyValue
- Enclosing class:
- ProjectWatches
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectWatches.NotifyValue
create
(String filter, Collection<NotifyConfig.NotifyType> notifyTypes) abstract String
filter()
abstract com.google.common.collect.ImmutableSet<NotifyConfig.NotifyType>
static ProjectWatches.NotifyValue
parse
(Account.Id accountId, String project, String notifyValue, ValidationError.Sink validationErrorSink) final String
toString()
-
Constructor Details
-
NotifyValue
public NotifyValue()
-
-
Method Details
-
parse
public static ProjectWatches.NotifyValue parse(Account.Id accountId, String project, String notifyValue, ValidationError.Sink validationErrorSink) -
create
public static ProjectWatches.NotifyValue create(String filter, Collection<NotifyConfig.NotifyType> notifyTypes) -
filter
-
notifyTypes
-
toString
-