Class GerritSourceContext
A SourceContext referring to a Gerrit project.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class GerritSourceContext : IDirectResponseSchema
Properties
AliasContext
An alias, which may be a branch or tag.
Declaration
[JsonProperty("aliasContext")]
public virtual AliasContext AliasContext { get; set; }
Property Value
Type | Description |
---|---|
AliasContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GerritProject
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.
Declaration
[JsonProperty("gerritProject")]
public virtual string GerritProject { get; set; }
Property Value
Type | Description |
---|---|
string |
HostUri
The URI of a running Gerrit instance.
Declaration
[JsonProperty("hostUri")]
public virtual string HostUri { get; set; }
Property Value
Type | Description |
---|---|
string |
RevisionId
A revision (commit) ID.
Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |