Class: Google::Devtools::Source::V1::GerritSourceContext
- Inherits:
-
Object
- Object
- Google::Devtools::Source::V1::GerritSourceContext
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
Overview
A SourceContext referring to a Gerrit project.
Instance Attribute Summary collapse
-
#alias_context ⇒ Google::Devtools::Source::V1::AliasContext
An alias, which may be a branch or tag.
-
#alias_name ⇒ String
The name of an alias (branch, tag, etc.).
-
#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 ⇒ Google::Devtools::Source::V1::AliasContext
Returns An alias, which may be a branch or tag.
115 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 115 class GerritSourceContext; end |
#alias_name ⇒ String
Returns The name of an alias (branch, tag, etc.).
115 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 115 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 hostURI/project.
115 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 115 class GerritSourceContext; end |
#host_uri ⇒ String
Returns The URI of a running Gerrit instance.
115 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 115 class GerritSourceContext; end |
#revision_id ⇒ String
Returns A revision (commit) ID.
115 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 115 class GerritSourceContext; end |