Class LabelPredicate.Args
- java.lang.Object
-
- com.google.gerrit.server.query.change.LabelPredicate.Args
-
- Enclosing class:
- LabelPredicate
protected static class LabelPredicate.Args extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<Account.Id>
accounts
protected AccountGroup.UUID
group
protected PermissionBackend
permissionBackend
protected ProjectCache
projectCache
protected IdentifiedUser.GenericFactory
userFactory
protected String
value
-
Constructor Summary
Constructors Modifier Constructor Description protected
Args(ProjectCache projectCache, PermissionBackend permissionBackend, IdentifiedUser.GenericFactory userFactory, String value, Set<Account.Id> accounts, AccountGroup.UUID group)
-
-
-
Field Detail
-
projectCache
protected final ProjectCache projectCache
-
permissionBackend
protected final PermissionBackend permissionBackend
-
userFactory
protected final IdentifiedUser.GenericFactory userFactory
-
value
protected final String value
-
accounts
protected final Set<Account.Id> accounts
-
group
protected final AccountGroup.UUID group
-
-
Constructor Detail
-
Args
protected Args(ProjectCache projectCache, PermissionBackend permissionBackend, IdentifiedUser.GenericFactory userFactory, String value, Set<Account.Id> accounts, AccountGroup.UUID group)
-
-