Class: Grafeas::V1::GerritSourceContext
- Inherits:
-
Object
- Object
- Grafeas::V1::GerritSourceContext
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/provenance.rb
Overview
A SourceContext referring to a Gerrit project.
Instance Attribute Summary collapse
-
#alias_context ⇒ Grafeas::V1::AliasContext
An alias, which may be a branch or tag.
-
#gerrit_project ⇒ String
The full project name within the host.
-
#host_uri ⇒ String
The URI of a running Gerrit instance.
-
#revision_id ⇒ String
A revision (commit) ID.
Instance Attribute Details
#alias_context ⇒ Grafeas::V1::AliasContext
Returns An alias, which may be a branch or tag.
217 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 217 class GerritSourceContext; end |
#gerrit_project ⇒ String
Returns 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.
217 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 217 class GerritSourceContext; end |
#host_uri ⇒ String
Returns The URI of a running Gerrit instance.
217 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 217 class GerritSourceContext; end |
#revision_id ⇒ String
Returns A revision (commit) ID.
217 |
# File 'lib/grafeas/v1/doc/grafeas/v1/provenance.rb', line 217 class GerritSourceContext; end |