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
PartialAoInsightAnnotation
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.internal.codeinsights.dao.PartialAoInsightAnnotation
Summary
Public Constructors
PartialAoInsightAnnotation
(
AoInsightAnnotation
delegate)
Public Methods
Optional<String>
getExternalId
()
long
getId
()
@Nonnull Optional<URI>
getLink
()
@Nonnull String
getPath
()
@Nonnull String
getReportKey
()
@Nonnull AnnotationSeverity
getSeverity
()
@Nonnull Optional<AnnotationType>
getType
()
@Nonnull
InternalInsightAnnotation
initialize
(
ModifiedFile
file)
@Nonnull
InternalInsightAnnotation
initialize
()
boolean
isOutdated
()
[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
PartialAoInsightAnnotation
(
AoInsightAnnotation
delegate)
Public Methods
public Optional<String>
getExternalId
()
public long
getId
()
@Nonnull public Optional<URI>
getLink
()
@Nonnull public String
getPath
()
@Nonnull public String
getReportKey
()
@Nonnull public AnnotationSeverity
getSeverity
()
@Nonnull public Optional<AnnotationType>
getType
()
@Nonnull public
InternalInsightAnnotation
initialize
(
ModifiedFile
file)
@Nonnull public
InternalInsightAnnotation
initialize
()
public boolean
isOutdated
()