Package com.google.gerrit.server.account
Class WatchConfig.ProjectWatchKey
- java.lang.Object
-
- com.google.gerrit.server.account.WatchConfig.ProjectWatchKey
-
- Enclosing class:
- WatchConfig
public abstract static class WatchConfig.ProjectWatchKey extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectWatchKey()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static WatchConfig.ProjectWatchKey
create(Project.NameKey project, String filter)
abstract String
filter()
abstract Project.NameKey
project()
-
-
-
Method Detail
-
create
public static WatchConfig.ProjectWatchKey create(Project.NameKey project, String filter)
-
project
public abstract Project.NameKey project()
-
filter
public abstract String filter()
-
-