public interface GitHubPullRequestCreationInput
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Get pull request base branch.
|
String |
getBody()
Get pull request body.
|
String |
getHead()
Get pull request head branch.
|
String |
getTitle()
Get pull request title.
|
void |
setBase(String base) |
void |
setBody(String body) |
void |
setHead(String head) |
void |
setTitle(String title) |
GitHubPullRequestCreationInput |
withBase(String base) |
GitHubPullRequestCreationInput |
withBody(String body) |
GitHubPullRequestCreationInput |
withHead(String head) |
GitHubPullRequestCreationInput |
withTitle(String title) |
void setTitle(String title)
GitHubPullRequestCreationInput withTitle(String title)
void setHead(String head)
GitHubPullRequestCreationInput withHead(String head)
void setBase(String base)
GitHubPullRequestCreationInput withBase(String base)
void setBody(String body)
GitHubPullRequestCreationInput withBody(String body)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.