Interface | Description |
---|---|
CodedEnum |
Extension of Enum which provides distinct character code values.
|
Class | Description |
---|---|
Account |
Information about a single user.
|
Account.Id |
Key local to Gerrit to identify a user.
|
AccountExternalId |
Association of an external account identifier to a local
Account . |
AccountExternalId.Key | |
AccountGroup |
Named group of one or more accounts, typically used for access controls.
|
AccountGroup.Id |
Synthetic key to link to within the database
|
AccountGroup.NameKey |
Group name key
|
AccountGroup.UUID |
Globally unique identifier.
|
AccountGroupById |
Membership of an
AccountGroup in an AccountGroup . |
AccountGroupById.Key | |
AccountGroupByIdAud |
Inclusion of an
AccountGroup in another AccountGroup . |
AccountGroupByIdAud.Key | |
AccountGroupMember |
Membership of an
Account in an AccountGroup . |
AccountGroupMember.Key | |
AccountGroupMemberAudit |
Membership of an
Account in an AccountGroup . |
AccountGroupMemberAudit.Key | |
AccountGroupName |
Unique name of an
AccountGroup . |
AccountSshKey |
An SSH key approved for use by an
Account . |
AccountSshKey.Id | |
Branch |
Line of development within a
Project . |
Branch.NameKey |
Branch name key
|
Change |
A change proposed to be merged into a
Branch . |
Change.Id | |
Change.Key |
Globally unique identification of this change.
|
ChangeMessage |
A message attached to a
Change . |
ChangeMessage.Key | |
Comment |
This class represents inline comments in NoteDb.
|
Comment.Identity | |
Comment.Key | |
Comment.Range | |
CommentRange | |
CoreDownloadSchemes |
Download scheme string constants supported by the download-commands core plugin.
|
CurrentSchemaVersion |
Current version of the database schema, to facilitate live upgrades.
|
CurrentSchemaVersion.Key | |
FixReplacement | |
FixSuggestion | |
LabelId | |
Patch |
A single modified file in a
PatchSet . |
Patch.Key | |
PatchLineComment |
A comment left by a user on a specific line of a
Patch . |
PatchLineComment.Key | |
PatchSet |
A single revision of a
Change . |
PatchSet.Id | |
PatchSetApproval |
An approval (or negative approval) on a patch set.
|
PatchSetApproval.Key | |
PatchSetInfo |
Additional data about a
PatchSet not normally loaded. |
PatchSetInfo.ParentInfo | |
Project |
Projects match a source code repository managed by Gerrit
|
Project.NameKey |
Project name key
|
RefNames |
Constants and utilities for Gerrit-specific ref names.
|
RevId |
A revision identifier for a file or a change.
|
RobotComment | |
SubmoduleSubscription |
Defining a project/branch subscription to a project/branch project.
|
SubmoduleSubscription.Key |
Subscription key
|
SystemConfig |
Global configuration needed to serve web requests.
|
SystemConfig.Key | |
TrackingId |
External tracking id associated with a
Change |
TrackingId.Id |
External tracking id
|
TrackingId.Key | |
TrackingId.System |
Name of external tracking system
|
UserIdentity |
Enum | Description |
---|---|
Change.Status |
Current state within the basic workflow of the change.
|
Patch.ChangeType |
Type of modification made to the file path.
|
Patch.PatchType |
Type of formatting for this patch.
|
PatchLineComment.Status |