| com.atlassian.bitbucket.codeinsights.report.InsightReportService |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Delete a single report.
| |||||||||||
Retrieve a single report.
| |||||||||||
Retrieve a page of reports.
| |||||||||||
Create or update an
insight report as described by the provided request. | |||||||||||
Delete a single report.
| request | request detailing the report to remove |
|---|
Retrieve a single report.
| request | request that details which report to retrieve |
|---|
Create or update an insight report as described by the provided request.
If a report with the key and commit id already exists it will be overwritten.
| request | the request describing the insight report to create or update |
|---|
| ArgumentValidationException | if any of the arguments did not pass validation. Check the message for details of what went wrong. |
|---|---|
| AuthorisationException | if the user doesn't have permission to access the repository or is not permitted to update a report |