public class Ghprb extends Object
| Constructor and Description |
|---|
Ghprb(hudson.model.AbstractProject<?,?> project,
GhprbTrigger trigger,
ConcurrentMap<Integer,GhprbPullRequest> pulls) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWhitelist(String author) |
GhprbBuilds |
getBuilds() |
GhprbGitHub |
getGitHub() |
GhprbRepository |
getRepository() |
boolean |
ifOnlyTriggerPhrase() |
void |
init() |
boolean |
isAdmin(String username) |
boolean |
isOktotestPhrase(String comment) |
boolean |
isRetestPhrase(String comment) |
boolean |
isTriggerPhrase(String comment) |
boolean |
isWhitelisted(org.kohsuke.github.GHUser user) |
boolean |
isWhitelistPhrase(String comment) |
public Ghprb(hudson.model.AbstractProject<?,?> project,
GhprbTrigger trigger,
ConcurrentMap<Integer,GhprbPullRequest> pulls)
public void init()
public void addWhitelist(String author)
public GhprbBuilds getBuilds()
public GhprbRepository getRepository()
public GhprbGitHub getGitHub()
public boolean isRetestPhrase(String comment)
public boolean isWhitelistPhrase(String comment)
public boolean isOktotestPhrase(String comment)
public boolean isTriggerPhrase(String comment)
public boolean ifOnlyTriggerPhrase()
public boolean isWhitelisted(org.kohsuke.github.GHUser user)
public boolean isAdmin(String username)
Copyright © 2004-2014. All Rights Reserved.