public abstract static class AccountPatchReviewStore.PatchSetWithReviewedFiles
extends java.lang.Object
Constructor and Description |
---|
PatchSetWithReviewedFiles() |
Modifier and Type | Method and Description |
---|---|
static AccountPatchReviewStore.PatchSetWithReviewedFiles |
create(PatchSet.Id id,
com.google.common.collect.ImmutableSet<java.lang.String> files) |
abstract com.google.common.collect.ImmutableSet<java.lang.String> |
files() |
abstract PatchSet.Id |
patchSetId() |
public abstract PatchSet.Id patchSetId()
public abstract com.google.common.collect.ImmutableSet<java.lang.String> files()
public static AccountPatchReviewStore.PatchSetWithReviewedFiles create(PatchSet.Id id, com.google.common.collect.ImmutableSet<java.lang.String> files)