| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.util.BuilderSupport |
Known Direct Subclasses
AbstractAddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddCommentRequest>, R>,
AbstractCommandParameters,
AbstractDiffRequest.AbstractBuilder<B extends AbstractBuilder<B, R>, R>,
AbstractProjectRequest.AbstractBuilder<B extends AbstractBuilder>,
AbstractPullRequestRequest.AbstractBuilder<T extends AbstractBuilder<T>>,
AbstractRepositoryRefsRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractRepositoryRefsRequest>, R>,
AbstractRepositoryRequest.AbstractBuilder<B extends AbstractBuilder<B>>,
AbstractServiceUserRequest.AbstractBuilder<B extends AbstractBuilder<B>>,
AbstractSummary.AbstractBuilder<B extends AbstractBuilder<B, S extends AbstractSummary>, S>,
AuditEntryBuilder,
ChangeContext.Builder,
ChangesRequest.Builder,
ChangesetsRequest.Builder,
CommitRequest.Builder,
CommitsBetweenRequest.Builder,
and
15 others.
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NOT_BLANK | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| predicate | verifies elements prior to adding them to the collection |
|---|---|
| collection | the collection to which elements accepted by the predicate should be added |
| value | the first element to add |
| values | a varargs array containing 0 or more elements to add after the first |