public class PullRequestCreateRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PullRequestCreateRequest.AbstractBuilder<T extends PullRequestCreateRequest.AbstractBuilder<T>> |
static class |
PullRequestCreateRequest.Builder |
Modifier | Constructor and Description |
---|---|
protected |
PullRequestCreateRequest(PullRequestCreateRequest.AbstractBuilder<?> builder) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getDescription() |
String |
getFromRefId() |
Repository |
getFromRepository() |
Set<String> |
getReviewers() |
String |
getTitle() |
String |
getToBranchId() |
Repository |
getToRepository() |
protected PullRequestCreateRequest(@Nonnull PullRequestCreateRequest.AbstractBuilder<?> builder)
@Nonnull public Repository getFromRepository()
@Nonnull public Repository getToRepository()
Copyright © 2022 Atlassian. All rights reserved.