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() |
getPullRequestId, getRepositoryId
@Nullable public String getDescription()
@Nonnull public Set<String> getReviewers()
Person.getName()
)).@Nullable public String getToBranchId()
null
which will be ignoredpublic int getVersion()
Copyright © 2022 Atlassian. All rights reserved.