| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
List<CodeAnnotation> |
StashClient.getCodeAnnotations(String projectKey,
String repositorySlug,
String revision)
Obtain a full list of code annotations for a given revision in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StashClient.updateCodeAnnotation(String projectKey,
String repositorySlug,
String revision,
String reportKey,
String externalId,
CodeAnnotation codeAnnotation)
Creates or updates a single code annotation identified by an external Id for a given code insights report.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StashClient.createCodeAnnotations(String projectKey,
String repositorySlug,
String revision,
String reportKey,
Iterable<CodeAnnotation> codeAnnotations)
Creates multiple code annotations for a given code insights report.
|
Copyright © 2020 Atlassian. All rights reserved.