@Immutable public interface Approval
| Modifier and Type | Interface and Description |
|---|---|
static class |
Approval.Always
Always yes.
|
static class |
Approval.And
Logical AND.
|
static class |
Approval.Never
Always no.
|
static class |
Approval.Not
Logical NOT.
|
static class |
Approval.Or
Logical OR.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo)
This pull request has an approval?
|
boolean has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo)
throws IOException
request - Pull requestclient - Clientrepo - RepositoryIOException - If failsCopyright © 2009–2014 Rultor Inc.. All rights reserved.