Package com.google.gerrit.server.change
Class IncludedInRefs
- java.lang.Object
-
- com.google.gerrit.server.change.IncludedInRefs
-
public class IncludedInRefs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PermissionBackend
permissionBackend
protected GitRepositoryManager
repoManager
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Set<String>>
apply(Project.NameKey project, Set<String> commits, Set<String> refNames)
-
-
-
Field Detail
-
repoManager
protected final GitRepositoryManager repoManager
-
permissionBackend
protected final PermissionBackend permissionBackend
-
-
Method Detail
-
apply
public Map<String,Set<String>> apply(Project.NameKey project, Set<String> commits, Set<String> refNames) throws IOException, PermissionBackendException
-
-