Package | Description |
---|---|
com.rultor.guard.github |
Github-related guard classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Github.Simple
Simple implementation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Approval.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo)
This pull request has an approval?
|
boolean |
Approval.Always.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
boolean |
Approval.Never.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
boolean |
Approval.Or.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
boolean |
Approval.And.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
boolean |
Approval.Not.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
boolean |
Explicit.has(org.eclipse.egit.github.core.PullRequest request,
Github github,
Github.Repo repo) |
boolean |
ReassignTo.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
boolean |
AssignedTo.has(org.eclipse.egit.github.core.PullRequest request,
Github client,
Github.Repo repo) |
Constructor and Description |
---|
GhRequests(Github ghub,
Github.Repo rep,
Approval appr)
Public ctor.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.