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:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
PartialAoInsightReport
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.internal.codeinsights.dao.PartialAoInsightReport
Summary
Public Constructors
PartialAoInsightReport
(
AoInsightReport
delegate)
Public Methods
@Nonnull Optional<Integer>
getAuthorId
()
@Nonnull List<InsightReportData>
getData
()
@Nonnull Optional<String>
getDetails
()
@Nonnull Optional<URI>
getLink
()
@Nonnull Optional<URI>
getLogoUrl
()
@Nonnull Optional<String>
getReporter
()
@Nonnull
Repository
getRepository
()
@Nonnull Optional<InsightResult>
getResult
()
void
initialize
(
Repository
repository, List<InsightReportData> data)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
PartialAoInsightReport
(
AoInsightReport
delegate)
Public Methods
@Nonnull public Optional<Integer>
getAuthorId
()
@Nonnull public List<InsightReportData>
getData
()
@Nonnull public Optional<String>
getDetails
()
@Nonnull public Optional<URI>
getLink
()
@Nonnull public Optional<URI>
getLogoUrl
()
@Nonnull public Optional<String>
getReporter
()
@Nonnull public
Repository
getRepository
()
@Nonnull public Optional<InsightResult>
getResult
()
public void
initialize
(
Repository
repository, List<InsightReportData> data)