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
DeleteAnnotationRequest
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.codeinsights.annotation.DeleteAnnotationRequest
Summary
Nested Classes
class
DeleteAnnotationRequest.Builder
Public Methods
@Nonnull String
getCommitId
()
@Nonnull Set<String>
getExternalIds
()
@Nonnull String
getReportKey
()
@Nonnull
Repository
getRepository
()
[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
@Nonnull public String
getCommitId
()
@Nonnull public Set<String>
getExternalIds
()
@Nonnull public String
getReportKey
()
@Nonnull public
Repository
getRepository
()