| Interface | Description |
|---|---|
| RequestContext |
The RequestContext is an interface exposing the fields that are needed
by the GerritGlobalModule scope.
|
| TreeFormatter.TreeNode |
| Class | Description |
|---|---|
| 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 | |
| MostSpecificComparator |
Order the Ref Pattern by the most specific.
|
| PluginRequestContext |
RequestContext active while plugins load or unload.
|
| RangeUtil | |
| RangeUtil.Range | |
| 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. |
| TimeUtil |
Static utility methods for dealing with dates and times.
|
| TreeFormatter |