| Interface | Description |
|---|---|
| InternalUser.Factory | |
| PeerDaemonUser.Factory | |
| PluginUser.Factory | |
| ReviewersUtil.VisibilityControl |
| Class | Description |
|---|---|
| AnonymousUser |
An anonymous user who has not yet authenticated.
|
| ApprovalCopier |
Copies approvals between patch sets.
|
| ApprovalsUtil |
Utility functions to manipulate patchset approvals.
|
| ChangeFinder | |
| ChangeMessagesUtil |
Utility functions to manipulate ChangeMessages.
|
| ChangeUtil | |
| CmdLineParserModule | |
| CommonConverters |
Converters to classes in
com.google.gerrit.extensions.common. |
| CurrentUser |
Information about the currently logged in user.
|
| CurrentUser.PropertyKey<T> |
Unique key for plugin/extension specific data on a CurrentUser.
|
| GerritPersonIdentProvider |
Provides
PersonIdent annotated with GerritPersonIdent. |
| IdentifiedUser |
An authenticated user.
|
| IdentifiedUser.GenericFactory |
Create an IdentifiedUser, ignoring any per-request state.
|
| IdentifiedUser.RequestFactory |
Create an IdentifiedUser, relying on current request state.
|
| InternalUser |
User identity for plugin code that needs an identity.
|
| OptionUtil |
Utilities for option parsing.
|
| PatchLineCommentsUtil |
Utility functions to manipulate PatchLineComments.
|
| PatchSetUtil |
Utilities for manipulating patch sets.
|
| PeerDaemonUser |
Identity of a peer daemon process that isn't this JVM.
|
| PluginUser |
User identity for plugin code that needs an identity.
|
| ProjectUtil | |
| RequestCleanup |
Registers cleanup activities to be completed when a scope ends.
|
| ReviewerSet |
Set of reviewers on a change.
|
| ReviewerStatusUpdate |
Change to a reviewer's status.
|
| ReviewersUtil | |
| Sequences | |
| StarredChangesUtil | |
| StarredChangesUtil.StarField | |
| StringUtil | |
| UrlEncoded | |
| WebLinks |
| Enum | Description |
|---|---|
| AccessPath |
How the
CurrentUser is accessing Gerrit. |
| OutputFormat |
Standard output format used by an API call.
|
| Exception | Description |
|---|---|
| GpgException |
Generic exception type for GPG-related exceptions.
|
| StarredChangesUtil.IllegalLabelException |
| Annotation Type | Description |
|---|---|
| EnableSignedPush |
Marker on a boolean indicating whether signed push is enabled on the server.
|
| GerritPersonIdent |
Marker on a
PersonIdent pointing to the identity representing Gerrit
server itself. |
| RemotePeer |
Marker on a
SocketAddress pointing to the remote client. |