| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
List<Commit> |
PullRequest.getCommits()
Return list of commits for this PR - youngest at the start, oldest( first ) at the end.
|
| Constructor and Description |
|---|
PullRequest(String id,
URL url,
Repository repository,
Codebase codebase,
PullRequestState state,
String title,
String body,
boolean mergeable,
boolean merged,
MergeableState mergeableState,
Date mergedAt,
List<Commit> commits) |
PullRequest(String id,
URL url,
Repository repository,
Codebase codebase,
PullRequestState state,
String title,
String body,
boolean mergeable,
boolean merged,
MergeableState mergeableState,
Date mergedAt,
List<Commit> commits,
PullRequestHome prHome) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.