public class PullRequestData extends Object
| Constructor and Description |
|---|
PullRequestData(String label,
List<String> streams,
URL link,
String codebase,
String patchState,
String commitStatus,
boolean noUpstreamRequired) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodebase() |
String |
getCommitStatus() |
String |
getLabel() |
URL |
getLink() |
String |
getPatchState() |
List<String> |
getStreams() |
boolean |
isNoUpstreamRequired() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.