GerritSourceContext(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A SourceContext referring to a Gerrit project.
Attributes |
|
---|---|
Name | Description |
host_uri |
str
The URI of a running Gerrit instance. |
gerrit_project |
str
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is hostURI/project. |
revision_id |
str
A revision (commit) ID. |
alias_name |
str
The name of an alias (branch, tag, etc.). |
alias_context |
google.cloud.source_context_v1.types.AliasContext
An alias, which may be a branch or tag. |