| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GerritSourceContext |
GerritSourceContext.clone() |
GerritSourceContext |
SourceContext.getGerrit()
A SourceContext referring to a Gerrit project.
|
GerritSourceContext |
GerritSourceContext.set(String fieldName,
Object value) |
GerritSourceContext |
GerritSourceContext.setAliasContext(AliasContext aliasContext)
An alias, which may be a branch or tag.
|
GerritSourceContext |
GerritSourceContext.setAliasName(String aliasName)
The name of an alias (branch, tag, etc.).
|
GerritSourceContext |
GerritSourceContext.setGerritProject(String gerritProject)
The full project name within the host.
|
GerritSourceContext |
GerritSourceContext.setHostUri(String hostUri)
The URI of a running Gerrit instance.
|
GerritSourceContext |
GerritSourceContext.setRevisionId(String revisionId)
A revision (commit) ID.
|
| Modifier and Type | Method and Description |
|---|---|
SourceContext |
SourceContext.setGerrit(GerritSourceContext gerrit)
A SourceContext referring to a Gerrit project.
|
Copyright © 2011–2022 Google. All rights reserved.