| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | |
| ↳ | com.atlassian.bitbucket.codeinsights.annotation.SearchAnnotationRequest.Builder | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the path to the builder.
| |||||||||||
Add all the paths to the builder.
| |||||||||||
Add all the severities to the builder.
| |||||||||||
Add the given severity to the builder.
| |||||||||||
Add the given types to the builder
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
Add the path to the builder. The path is not validated that they exist, the path is case sensitive
| value | path to add |
|---|
Add all the paths to the builder. The paths are not validated that they exist they are case sensitive.
| values | paths to add to the request |
|---|
Add all the severities to the builder. If the same severity is added more than once, it will only be included once in the final request.
| values | severities to add |
|---|
Add the given severity to the builder. If the severity already exists in the builder the new one will not be added.
| value | severity to add |
|---|
Add the given types to the builder
| values | types to add |
|---|