Package com.google.gerrit.server.account
Class ProjectWatches.ProjectWatchKey
- java.lang.Object
-
- com.google.gerrit.server.account.ProjectWatches.ProjectWatchKey
-
- Enclosing class:
- ProjectWatches
public abstract static class ProjectWatches.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 ProjectWatches.ProjectWatchKey
create(Project.NameKey project, String filter)
abstract String
filter()
abstract Project.NameKey
project()
-
-
-
Method Detail
-
create
public static ProjectWatches.ProjectWatchKey create(Project.NameKey project, String filter)
-
project
public abstract Project.NameKey project()
-
filter
public abstract String filter()
-
-