Interface | Description |
---|---|
ChangeMessageModifier |
Allows to modify the commit message for new commits generated by Rebase Always submit strategy.
|
ChangeReportFormatter | |
GarbageCollection.Factory | |
GitRepositoryManager |
Manages Git repositories for the Gerrit server process.
|
MergedByPushOp.Factory | |
MergeUtil.Factory | |
NotesBranchUtil.Factory | |
PerThreadRequestScope.Scoper | |
ProjectRunnable |
Used to retrieve the project name from an operation *
|
QueueProvider | |
ReceivePackInitializer | |
RefCache |
Simple short-lived cache of individual refs read from a repo.
|
TaskInfoFactory<T> | |
UploadPackInitializer | |
ValidationError.Sink | |
WorkQueue.CancelableRunnable |
Runnable needing to know it was canceled.
|
WorkQueue.CanceledWhileRunning |
Base interface handles the case when task was canceled before actual execution and in case it
was started cancel method is not called yet the task itself will be destroyed anyway (it will
result in resource opening errors).
|
Class | Description |
---|---|
BanCommit | |
BanCommitResult | |
BranchOrderSection | |
ChangeReportFormatter.Input | |
ChangeReportFormatter.Input.Builder | |
CodeReviewCommit |
Extended commit entity with code review specific metadata.
|
CodeReviewCommit.CodeReviewRevWalk | |
CommitUtil |
Static utilities for working with
RevCommit s. |
DefaultAdvertiseRefsHook |
Wrapper around
PermissionBackend.ForProject that
implements AdvertiseRefsHook . |
DefaultChangeReportFormatter |
Print a change description for use in git command-line progress.
|
DefaultQueueOp | |
GarbageCollection | |
GarbageCollectionLogFile | |
GarbageCollectionModule | |
GarbageCollectionQueue | |
GarbageCollectionRunner |
Runnable to enable scheduling gc to run periodically
|
GitModule |
Configures the Git support.
|
GitRepositoryManagerModule | |
GroupCollector |
Helper for assigning groups to commits during
ReceiveCommits . |
HookUtil |
Static utilities for writing git protocol hooks.
|
InMemoryInserter | |
InsertedObject | |
LocalDiskRepositoryManager |
Manages Git repositories stored on the local filesystem.
|
LocalDiskRepositoryManager.Lifecycle | |
LocalDiskRepositoryManager.Module | |
MergedByPushOp | |
MergeTip |
Class describing a merge tip during merge operation.
|
MergeUtil |
Utility methods used during the merge process.
|
MultiBaseLocalDiskRepositoryManager | |
MultiBaseLocalDiskRepositoryManager.Module | |
MultiProgressMonitor |
Progress reporting interface that multiplexes multiple sub-tasks.
|
NotesBranchUtil |
A utility class for updating a notes branch with automatic merge of note trees.
|
NotifyConfig | |
PerThreadRequestScope | |
PerThreadRequestScope.Propagator | |
PureRevertCache |
Computes and caches if a change is a pure revert of another change.
|
RepoRefCache |
RefCache backed directly by a repository. |
SearchingChangeCacheImpl |
Cache based on an index query of the most recent changes.
|
SearchingChangeCacheImpl.CachedChange | |
SearchingChangeCacheImpl.Module | |
TagCache | |
TagMatcher | |
TagSetHolder | |
TransferConfig | |
UploadPackMetricsHook | |
UserConfigSections | |
ValidationError |
Indicates a problem with Git based data.
|
WorkQueue |
Delayed execution of tasks using a background thread pool.
|
WorkQueue.Lifecycle | |
WorkQueue.Module | |
WorkQueue.ProjectTask<V> |
Same as Task class, but with a reference to ProjectRunnable, used to retrieve the project name
from the operation queued
|
WorkQueue.Task<V> |
A wrapper around a scheduled Runnable, as maintained in the queue.
|
Enum | Description |
---|---|
NotifyConfig.Header | |
QueueProvider.QueueType | |
WorkQueue.Task.State |
Summarized status of a single task.
|
Exception | Description |
---|---|
LargeObjectException |
Wrapper for
LargeObjectException . |
RepositoryCaseMismatchException |
This exception is thrown if a project cannot be created because a project with the same name in a
different case already exists.
|