Class AbstractInsightReportRequest
java.lang.Object
com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest
- Direct Known Subclasses:
GetInsightReportRequest
,SearchInsightReportRequest
- Since:
- 5.15
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AbstractInsightReportRequest.AbstractBuilder<T extends AbstractInsightReportRequest.AbstractBuilder<T>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionOptional<com.atlassian.bitbucket.pull.PullRequest>
com.atlassian.bitbucket.repository.Repository
-
Constructor Details
-
AbstractInsightReportRequest
-
-
Method Details
-
getCommitId
-
getPullRequest
-
getRepository
@Nonnull public com.atlassian.bitbucket.repository.Repository getRepository()
-