public class PullRequestUpdateRequest extends AbstractPullRequestRequest
updating a pull request.| Modifier and Type | Class and Description |
|---|---|
static class |
PullRequestUpdateRequest.Builder |
AbstractPullRequestRequest.AbstractBuilder<T extends AbstractPullRequestRequest.AbstractBuilder<T>>| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Set<String> |
getReviewers() |
String |
getTitle() |
String |
getToBranchId() |
int |
getVersion() |
Boolean |
isDraft()
WARNING: This method is experimental and is subject to change between minor versions of Bitbucket.
|
getPullRequestId, getRepositoryId@Nullable public String getDescription()
@Nonnull public Set<String> getReviewers()
Person.getName())).@Nullable public String getToBranchId()
null which will be ignoredpublic int getVersion()
@Nullable public Boolean isDraft()
true if the pull request is to be updated to a draft, false to be published, or
null which indicates the draft status is not to be updated as part of this update requestCopyright © 2023 Atlassian. All rights reserved.