public interface

InternalInsightReport

implements InsightReport
com.atlassian.bitbucket.internal.codeinsights.dao.InternalInsightReport
Known Indirect Subclasses

Summary

Public Methods
@Nonnull Optional<Integer> getAuthorId()
long getID()
@Nullable String getInternalData()
void initialize(Repository repository, List<InsightReportData> data)
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.codeinsights.report.InsightReport

Public Methods

@Nonnull public Optional<Integer> getAuthorId ()

public long getID ()

@Nullable public String getInternalData ()

public void initialize (Repository repository, List<InsightReportData> data)