Package com.google.gerrit.server.change
Class AccountPatchReviewStore.PatchSetWithReviewedFiles
java.lang.Object
com.google.gerrit.server.change.AccountPatchReviewStore.PatchSetWithReviewedFiles
- Enclosing interface:
- AccountPatchReviewStore
Represents patch set id with reviewed files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PatchSet.Id id, com.google.common.collect.ImmutableSet<String> files) abstract com.google.common.collect.ImmutableSet<String>
files()
abstract PatchSet.Id
-
Constructor Details
-
PatchSetWithReviewedFiles
public PatchSetWithReviewedFiles()
-
-
Method Details
-
patchSetId
-
files
-
create
public static AccountPatchReviewStore.PatchSetWithReviewedFiles create(PatchSet.Id id, com.google.common.collect.ImmutableSet<String> files)
-