Class SearchAnnotationRequest
java.lang.Object
com.atlassian.bitbucket.codeinsights.annotation.SearchAnnotationRequest
A request to provide
annotation
search parameters.
- If no value is provided for a given parameter it will be ignored
- If multiple values are provided for a given parameter an annotation must match any of those values to be included in the result set
- If multiple parameters are provided an annotation must match at least one value in each parameter to be included in the result set
- It is not possible to search by more than 1000 reports
- It is not possible to search by more than 1000 paths
- Since:
- 5.15
-
Method Details
-
getReportKeys
-
getCommitId
-
getExternalIds
-
getFilePaths
-
getPullRequest
-
getRepository
@Nonnull public com.atlassian.bitbucket.repository.Repository getRepository() -
getSeverities
-
getTypes
-
getAnnotationLocation
-