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
InsightReport
InsightReportService
Classes
AbstractInsightReportRequest
AbstractInsightReportRequest.AbstractBuilder
<T extends
AbstractBuilder
<T>>
DeleteInsightReportRequest
DeleteInsightReportRequest.Builder
GetInsightReportRequest
GetInsightReportRequest.Builder
InsightReportData
InsightReportData.Builder
SearchInsightReportRequest
SearchInsightReportRequest.Builder
SetInsightReportRequest
SetInsightReportRequest.Builder
Enums
InsightDataType
InsightResult
Package Index
|
Class Index
Summary:
Nested Classes
|
Methods
|
Inherited Methods
|
[Expand All]
public class
DeleteInsightReportRequest
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.codeinsights.report.DeleteInsightReportRequest
Summary
Nested Classes
class
DeleteInsightReportRequest.Builder
Public Methods
@Nonnull String
getCommitId
()
@Nonnull String
getKey
()
@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 String
getKey
()
@Nonnull public
Repository
getRepository
()