| 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(java.lang.String fieldName,
java.lang.Object value) |
GerritSourceContext |
GerritSourceContext.setAliasContext(AliasContext aliasContext)
An alias, which may be a branch or tag.
|
GerritSourceContext |
GerritSourceContext.setAliasName(java.lang.String aliasName)
The name of an alias (branch, tag, etc.).
|
GerritSourceContext |
GerritSourceContext.setGerritProject(java.lang.String gerritProject)
The full project name within the host.
|
GerritSourceContext |
GerritSourceContext.setHostUri(java.lang.String hostUri)
The URI of a running Gerrit instance.
|
GerritSourceContext |
GerritSourceContext.setRevisionId(java.lang.String revisionId)
A revision (commit) ID.
|
| Modifier and Type | Method and Description |
|---|---|
SourceContext |
SourceContext.setGerrit(GerritSourceContext gerrit)
A SourceContext referring to a Gerrit project.
|