Bitbucket Server Documentation
Bitbucket Server - Code Insights API
Package Index
|
Class Index
com.atlassian.bitbucket.codeinsights
com.atlassian.bitbucket.codeinsights.annotation
com.atlassian.bitbucket.codeinsights.report
Interfaces
AnnotationCallback
InsightAnnotation
InsightAnnotationService
Classes
BulkAddInsightAnnotationRequest
BulkAddInsightAnnotationRequest.Builder
DeleteAnnotationRequest
DeleteAnnotationRequest.Builder
SearchAnnotationRequest
SearchAnnotationRequest.Builder
SetInsightAnnotationRequest
SetInsightAnnotationRequest.Builder
SingleAddInsightAnnotationRequest
SingleAddInsightAnnotationRequest.Builder
Enums
AnnotationLocation
AnnotationSeverity
AnnotationType
Exceptions
AnnotationsLimitExceededException
Package Index
|
Class Index
Summary:
Nested Classes
|
Methods
|
Inherited Methods
|
[Expand All]
public class
SingleAddInsightAnnotationRequest
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.codeinsights.annotation.SingleAddInsightAnnotationRequest
Summary
Nested Classes
class
SingleAddInsightAnnotationRequest.Builder
Public Methods
@Nullable String
getExternalId
()
int
getLine
()
@Nullable URI
getLink
()
@Nonnull String
getMessage
()
@Nonnull String
getPath
()
@Nonnull
AnnotationSeverity
getSeverity
()
@Nullable
AnnotationType
getType
()
[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 Methods
@Nullable public String
getExternalId
()
public int
getLine
()
@Nullable public URI
getLink
()
@Nonnull public String
getMessage
()
@Nonnull public String
getPath
()
@Nonnull public
AnnotationSeverity
getSeverity
()
@Nullable public
AnnotationType
getType
()