Bitbucket Server Documentation
Bitbucket Server - Code Insights
Package Index
|
Class Index
com.atlassian.bitbucket.internal.codeinsights.analytics
com.atlassian.bitbucket.internal.codeinsights.annotation
com.atlassian.bitbucket.internal.codeinsights.dao
com.atlassian.bitbucket.internal.codeinsights.report
com.atlassian.bitbucket.internal.codeinsights.rest
com.atlassian.bitbucket.internal.codeinsights.rest.commit
Interfaces
AoInsightAnnotation
AoInsightReport
InsightAnnotationDao
InsightReportDao
InternalInsightAnnotation
InternalInsightReport
Classes
AoInsightAnnotationDao
AoInsightReportDao
PartialAoInsightAnnotation
PartialAoInsightReport
SetInsightReportParameters
SetInsightReportParameters.Builder
SqlUtils
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public interface
InternalInsightReport
implements InsightReport
com.atlassian.bitbucket.internal.codeinsights.dao.InternalInsightReport
Known Indirect Subclasses
AoInsightReport
AoInsightReport
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
@Nonnull String
getCommitId
()
@Nonnull Date
getCreatedDate
()
@Nonnull List<InsightReportData>
getData
()
@Nonnull Optional<String>
getDetails
()
@Nonnull String
getKey
()
@Nonnull Optional<URI>
getLink
()
@Nonnull Optional<URI>
getLogoUrl
()
@Nonnull Optional<String>
getReporter
()
@Nonnull
Repository
getRepository
()
@Nonnull Optional<InsightResult>
getResult
()
@Nonnull String
getTitle
()
Public Methods
@Nonnull public Optional<Integer>
getAuthorId
()
public long
getID
()
@Nullable public String
getInternalData
()
public void
initialize
(
Repository
repository, List<InsightReportData> data)