| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | |
| ↳ | com.atlassian.bitbucket.codeinsights.annotation.BulkAddInsightAnnotationRequest.Builder | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a builder to add annotations to a report.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a single annotation to the existing collection of annotations.
| |||||||||||
Add annotation requests to be stored with the report.
| |||||||||||
Build the request.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
Construct a builder to add annotations to a report.
| report | report to which the annotations belong. |
|---|
Add a single annotation to the existing collection of annotations.
| value | annotation to add |
|---|
Add annotation requests to be stored with the report.
| values | annotations to be stored |
|---|
Build the request.
| IllegalArgumentException | if duplicate external ids are present in the collection of AnnotationRequests |
|---|