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
InternalInsightAnnotation
implements InsightAnnotation
com.atlassian.bitbucket.internal.codeinsights.dao.InternalInsightAnnotation
Known Indirect Subclasses
AoInsightAnnotation
AoInsightAnnotation
Summary
Public Methods
long
getID
()
String
getInternalPath
()
InternalInsightAnnotation
initialize
(
ModifiedFile
file)
InternalInsightAnnotation
initialize
()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.codeinsights.annotation.InsightAnnotation
@Nonnull Optional<String>
getExternalId
()
int
getLine
()
@Nonnull Optional<URI>
getLink
()
@Nonnull String
getMessage
()
@Nonnull String
getPath
()
@Nonnull String
getReportKey
()
@Nonnull AnnotationSeverity
getSeverity
()
@Nonnull Optional<AnnotationType>
getType
()
boolean
isOutdated
()
Public Methods
public long
getID
()
public String
getInternalPath
()
public
InternalInsightAnnotation
initialize
(
ModifiedFile
file)
public
InternalInsightAnnotation
initialize
()