Package com.atlassian.bitbucket.pull
Class PullRequestCommitsRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder<PullRequestCommitsRequest.Builder>
com.atlassian.bitbucket.pull.PullRequestCommitsRequest.Builder
- Enclosing class:
- PullRequestCommitsRequest
public static class PullRequestCommitsRequest.Builder
extends AbstractPullRequestRequest.AbstractBuilder<PullRequestCommitsRequest.Builder>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorDescriptionBuilder
(int repositoryId, long pullRequestId) Builder
(PullRequest pullRequest) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
maxMessageLength
(int value) propertyKey
(String value) propertyKeys
(Iterable<String> values) propertyKeys
(String value, String... values) protected PullRequestCommitsRequest.Builder
self()
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
-
Builder
public Builder(int repositoryId, long pullRequestId)
-
-
Method Details
-
build
-
maxMessageLength
-
propertyKey
-
propertyKeys
-
propertyKeys
@Nonnull public PullRequestCommitsRequest.Builder propertyKeys(@Nullable String value, @Nullable String... values) -
self
- Specified by:
self
in classAbstractPullRequestRequest.AbstractBuilder<PullRequestCommitsRequest.Builder>
-