| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
Report |
StashClient.createReport(String projectKey,
String repositorySlug,
String revision,
Report report)
Create a code insights report for a given revision in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Report> |
StashClient.getReport(String projectKey,
String repositorySlug,
String revision,
String key)
Obtains a code insights report identified by the given
key for a given revision in a repository. |
Page<Report> |
StashClient.getReports(String projectKey,
String repositorySlug,
String revision,
long start,
long limit)
Obtain a paginated list of code insights report for a given revision in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
Report |
StashClient.createReport(String projectKey,
String repositorySlug,
String revision,
Report report)
Create a code insights report for a given revision in a repository.
|
Copyright © 2020 Atlassian. All rights reserved.