public interface

InternalInsightReportService

implements InsightReportService
com.atlassian.bitbucket.internal.codeinsights.report.InternalInsightReportService
Known Indirect Subclasses

Summary

Public Methods
int deleteExpiredReports(Date date)
Deletes all InsightReport reports that were created before the given date.
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.codeinsights.report.InsightReportService

Public Methods

public int deleteExpiredReports (Date date)

Deletes all InsightReport reports that were created before the given date.

Parameters
date reports created before the given date will be deleted
Returns
  • the number of deleted reports