public class GhprbTrigger
extends hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
GhprbTrigger.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static GhprbTrigger.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
GhprbTrigger(String adminlist,
String whitelist,
String orgslist,
String cron,
String triggerPhrase,
Boolean onlyTriggerPhrase,
Boolean useGitHubHooks,
Boolean permitAll,
Boolean autoCloseFailedPullRequests,
List<GhprbBranch> whiteListTargetBranches) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWhitelist(String author) |
static GhprbTrigger |
extractTrigger(hudson.model.AbstractProject p) |
String |
getAdminlist() |
GhprbBuilds |
getBuilds() |
String |
getCron() |
GhprbTrigger.DescriptorImpl |
getDescriptor() |
static GhprbTrigger.DescriptorImpl |
getDscp() |
Boolean |
getOnlyTriggerPhrase() |
String |
getOrgslist() |
Boolean |
getPermitAll() |
GhprbRepository |
getRepository() |
String |
getTriggerPhrase() |
Boolean |
getUseGitHubHooks() |
String |
getWhitelist() |
List<GhprbBranch> |
getWhiteListTargetBranches() |
Boolean |
isAutoCloseFailedPullRequests() |
void |
run() |
void |
start(hudson.model.AbstractProject<?,?> project,
boolean newInstance) |
hudson.model.queue.QueueTaskFuture<?> |
startJob(GhprbCause cause,
GhprbRepository repo) |
void |
stop() |
@Extension public static final GhprbTrigger.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public GhprbTrigger(String adminlist, String whitelist, String orgslist, String cron, String triggerPhrase, Boolean onlyTriggerPhrase, Boolean useGitHubHooks, Boolean permitAll, Boolean autoCloseFailedPullRequests, List<GhprbBranch> whiteListTargetBranches) throws antlr.ANTLRException
antlr.ANTLRExceptionpublic static GhprbTrigger extractTrigger(hudson.model.AbstractProject p)
public static GhprbTrigger.DescriptorImpl getDscp()
public void start(hudson.model.AbstractProject<?,?> project,
boolean newInstance)
start in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>public void stop()
stop in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>public void run()
run in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>public hudson.model.queue.QueueTaskFuture<?> startJob(GhprbCause cause, GhprbRepository repo)
public void addWhitelist(String author)
public String getAdminlist()
public String getWhitelist()
public String getOrgslist()
public String getCron()
public String getTriggerPhrase()
public Boolean getOnlyTriggerPhrase()
public Boolean getUseGitHubHooks()
public Boolean getPermitAll()
public Boolean isAutoCloseFailedPullRequests()
public List<GhprbBranch> getWhiteListTargetBranches()
public GhprbTrigger.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.triggers.Trigger<?>>getDescriptor in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>public GhprbBuilds getBuilds()
public GhprbRepository getRepository()
Copyright © 2004-2014. All Rights Reserved.