Package com.google.gerrit.server.patch
-
Interface Summary Interface Description DiffSummaryLoader.Factory GitPositionTransformer.PositionConflictStrategy Strategy indicating how to handleGitPositionTransformer.Position
s for which mapping conflicts exist.PatchListCache Provides a cached list ofPatchListEntry
.PatchListLoader.Factory PatchScriptFactory.Factory PatchScriptFactoryForAutoFix.Factory -
Class Summary Class Description AutoMerger Utility class for creating an auto-merge commit of a merge commit.ComparisonType DiffExecutorModule Module providing theDiffExecutor
.DiffMappings Mappings derived from diffs.DiffSummary DiffSummaryKey DiffSummaryLoader DiffSummaryWeigher Computes memory usage forDiffSummary
in bytes of memory used.GitPositionTransformer Transformer ofGitPositionTransformer.Position
s in one Git tree toGitPositionTransformer.Position
s in another Git tree given theGitPositionTransformer.Mapping
s between the trees.GitPositionTransformer.FileMapping A mapping of attributes from a file in one Git tree (source) to a file in another Git tree (target).GitPositionTransformer.Mapping A mapping from aGitPositionTransformer.Position
in one Git commit/tree (source) to aGitPositionTransformer.Position
in another Git commit/tree (target).GitPositionTransformer.Position A position within the tree of a Git commit.GitPositionTransformer.Position.Builder Builder of aGitPositionTransformer.Position
.GitPositionTransformer.PositionedEntity<T> Wrapper around an instance ofT
which annotates it with aGitPositionTransformer.Position
.GitPositionTransformer.Range A range.GitPositionTransformer.RangeMapping A mapping of a line range in one Git tree (source) to the corresponding line range in another Git tree (target).IntraLineDiff IntraLineDiffArgs IntraLineDiffKey IntraLineWeigher Approximates memory usage for IntralineDiff in bytes of memory used.MagicFile Representation of a magic file which appears as a file with content to Gerrit users.MergeListBuilder PatchFile State supporting processing of a singlePatch
instance.PatchList PatchListCacheImpl Provides a cached list ofPatchListEntry
.PatchListCacheImpl.LargeObjectTombstone Used to cache negative results infileCache
.PatchListEntry PatchListKey PatchListLoader PatchListWeigher Approximates memory usage for PatchList in bytes of memory used.PatchScriptFactory PatchScriptFactoryForAutoFix PatchSetInfoFactory Factory class creating PatchSetInfo from meta-data found in Git repository.Text -
Enum Summary Enum Description GitPositionTransformer.BestPositionOnConflict A strategy which tries to select the next suitableGitPositionTransformer.Position
on a conflicting mapping.GitPositionTransformer.OmitPositionOnConflict A strategy which drops anyGitPositionTransformer.Position
s on a conflicting mapping.IntraLineDiff.Status -
Exception Summary Exception Description PatchListNotAvailableException PatchListObjectTooLargeException Exception thrown when the PatchList could not be computed because previous attempts failed withLargeObjectException
.PatchSetInfoNotAvailableException -
Annotation Types Summary Annotation Type Description DiffExecutor