Package com.google.gerrit.server.notedb
Class CommitRewriter.BackfillResult
java.lang.Object
com.google.gerrit.server.notedb.CommitRewriter.BackfillResult
- Enclosing class:
- CommitRewriter
Result of the backfill run for a project.
-
Field Summary
FieldsModifier and TypeFieldDescriptionRefs that were fixed by the run/ would be fixed if in --dry-run, together with their commit history diff.boolean
If the run for the project was successful.Refs, failed to backfill by the run.Refs that still contain user data after the backfill run. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ok
public boolean okIf the run for the project was successful. -
fixedRefDiff
Refs that were fixed by the run/ would be fixed if in --dry-run, together with their commit history diff. Diff is empty if --output-diff is false. -
refsStillInvalidAfterFix
Refs that still contain user data after the backfill run. Only filled if --verify-commits, seeCommitRewriter.verifyCommit(java.lang.String, org.eclipse.jgit.lib.PersonIdent, java.util.Collection<com.google.gerrit.server.account.AccountState>)
-
refsFailedToFix
Refs, failed to backfill by the run.
-
-
Constructor Details
-
BackfillResult
public BackfillResult()
-