public final 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 |
---|---|
String |
adminlist |
String |
cron |
static GhprbTrigger.DescriptorImpl |
DESCRIPTOR |
String |
orgslist |
String |
whitelist |
Constructor and Description |
---|
GhprbTrigger(String adminlist,
String whitelist,
String orgslist,
String cron) |
Modifier and Type | Method and Description |
---|---|
GhprbTrigger.DescriptorImpl |
getDescriptor() |
void |
run() |
void |
start(hudson.model.AbstractProject<?,?> project,
boolean newInstance) |
hudson.model.queue.QueueTaskFuture<?> |
startJob(GhprbCause cause) |
void |
stop() |
public final String adminlist
public String whitelist
public final String orgslist
public final String cron
@Extension public static final GhprbTrigger.DescriptorImpl DESCRIPTOR
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 hudson.model.queue.QueueTaskFuture<?> startJob(GhprbCause cause)
public void run()
run
in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
public GhprbTrigger.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.triggers.Trigger<?>>
getDescriptor
in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
Copyright © 2004-2013. All Rights Reserved.