| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SourceContext |
SourceContext.clone() |
SourceContext |
ExtendedSourceContext.getContext()
Any source context.
|
SourceContext |
SourceContext.set(String fieldName,
Object value) |
SourceContext |
SourceContext.setCloudRepo(CloudRepoSourceContext cloudRepo)
A SourceContext referring to a revision in a cloud repo.
|
SourceContext |
SourceContext.setCloudWorkspace(CloudWorkspaceSourceContext cloudWorkspace)
A SourceContext referring to a snapshot in a cloud workspace.
|
SourceContext |
SourceContext.setGerrit(GerritSourceContext gerrit)
A SourceContext referring to a Gerrit project.
|
SourceContext |
SourceContext.setGit(GitSourceContext git)
A SourceContext referring to any third party Git repo (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceContext> |
Debuggee.getSourceContexts()
References to the locations and revisions of the source code used in the deployed application.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedSourceContext |
ExtendedSourceContext.setContext(SourceContext context)
Any source context.
|
| Modifier and Type | Method and Description |
|---|---|
Debuggee |
Debuggee.setSourceContexts(List<SourceContext> sourceContexts)
References to the locations and revisions of the source code used in the deployed application.
|
Copyright © 2011–2021 Google. All rights reserved.