Interface | Description |
---|---|
RequestContext |
The RequestContext is an interface exposing the fields that are needed by the GerritGlobalModule
scope.
|
TreeFormatter.TreeNode |
Class | Description |
---|---|
CommitMessageUtil |
Utility functions to manipulate commit messages.
|
FallbackRequestContext |
The default RequestContext to use when not in a request scope e.g.
|
GuiceRequestScopePropagator |
Propagator for Guice's built-in servlet scope.
|
HostPlatform | |
IdGenerator |
Simple class to produce 4 billion keys randomly distributed.
|
LabelVote |
A single vote on a label, consisting of a label name and a value.
|
MagicBranch | |
ManualRequestContext |
Closeable version of a
RequestContext with manually-specified providers. |
MostSpecificComparator |
Order the Ref Pattern by the most specific.
|
OneOffRequestContext |
Helper to create one-off request contexts.
|
PluginLogFile | |
PluginRequestContext |
RequestContext active while plugins load or unload.
|
RegexListSearcher<T> |
Helper to search sorted lists for elements matching a regex.
|
RequestId |
Unique identifier for an end-user request, used in logs and similar.
|
RequestScopePropagator |
Base class for propagating request-scoped data between threads.
|
ServerRequestContext |
RequestContext with an InternalUser making the internals visible.
|
SocketUtil | |
SubmoduleSectionParser |
It parses from a configuration file submodule sections.
|
SystemLog | |
ThreadLocalRequestContext |
ThreadLocalRequestContext manages the current RequestContext using a ThreadLocal.
|
ThreadLocalRequestScopePropagator<C> |
RequestScopePropagator implementation for request scopes based on a ThreadLocal
context. |
TreeFormatter |