| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.ao.AbstractAoDao | |
| ↳ | com.atlassian.bitbucket.internal.codeinsights.dao.AoInsightReportDao | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ao.AbstractAoDao
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new insight report with the provided details.
| |||||||||||
Delete the insight report with the provided details.
| |||||||||||
Delete reports with the ids passed in.
| |||||||||||
Find reports matching the passed in request.
| |||||||||||
Find reports that are older than the given date.
| |||||||||||
Find reports that are reported against a given repository
| |||||||||||
Get a single report.
| |||||||||||
Return whether a report exists or not for a given commit
| |||||||||||
Update an existing insight report with the provided details.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ao.AbstractAoDao
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.internal.codeinsights.dao.InsightReportDao
| |||||||||||
Create a new insight report with the provided details.
| request | a request describing the report to create |
|---|
Delete the insight report with the provided details.
| report | the insight report to delete |
|---|
Delete reports with the ids passed in.
| reportIds | ids of reports to delete |
|---|
Find reports matching the passed in request.
| repositoryId | Id of repository to search reports in |
|---|---|
| commitId | commit id to retrieve reports for |
| pageRequest | a page request specifying the start and limit of the page |
Page of InternalInsightReport matching the request
Find reports that are older than the given date.
| date | reports created earlier than this date will be returned |
|---|---|
| pageRequest | page request |
Page of InternalInsightReport matching the request
Find reports that are reported against a given repository
| repoId | reports created on this repository will be returned |
|---|---|
| pageRequest | page request |
Page of InternalInsightReport matching the request
Get a single report.
| repositoryId | Id of repository to search the report in |
|---|---|
| commitId | commit id to retrieve report for |
| key | unique identifier for the report. |
Return whether a report exists or not for a given commit
| repositoryId | Id of repository to search the report in |
|---|---|
| commitId | commit id to retrieve report for |
| key | unique identifier for the report. |
Update an existing insight report with the provided details.
| report | the insight report to update |
|---|---|
| request | a request describing how to update the report |