public interface GitHubPullRequestHead
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Get pull request head label.
|
String |
getRef()
Get pull request head ref.
|
String |
getSha()
Get pull request head sha.
|
void |
setLabel(String label) |
void |
setRef(String ref) |
void |
setSha(String sha) |
GitHubPullRequestHead |
withLabel(String label) |
GitHubPullRequestHead |
withRef(String ref) |
GitHubPullRequestHead |
withSha(String sha) |
void setLabel(String label)
GitHubPullRequestHead withLabel(String label)
void setRef(String ref)
GitHubPullRequestHead withRef(String ref)
void setSha(String sha)
GitHubPullRequestHead withSha(String sha)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.