Bitbucket Data Center API Client
    Preparing search index...

    Interface SetInsightReportData

    Payload for PUT /rest/insights/latest/…/commits/{commitId}/reports/{key} (creates or replaces a Code Insights report).

    interface SetInsightReportData {
        coverageProviderKey?: string;
        createdDate?: number;
        data: BitbucketReportData[];
        details?: string;
        link?: string;
        logoUrl?: string;
        reporter?: string;
        result?: ReportResult;
        title: string;
    }
    Index

    Properties

    coverageProviderKey?: string

    Set when the report carries code-coverage information

    createdDate?: number

    Epoch millisecond timestamp; defaults to the server's current time

    Data points shown in the report; at most 6

    details?: string
    link?: string

    Link to the full external report

    logoUrl?: string

    URL of the logo shown in the Bitbucket UI

    reporter?: string

    Name of the tool or service creating the report, max 450 characters

    result?: ReportResult
    title: string

    Report title, max 450 characters