public class SelfieTrigger
extends hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
SelfieTrigger.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static SelfieRunListener |
LISTENER |
| Constructor and Description |
|---|
SelfieTrigger(int delay)
Creates instance with the delay between successive builds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDelay()
Gets configured delay between builds.
|
void |
scheduleBuild()
Schedules a build after the configured delay.
|
void |
setDelay(int delay)
Sets delay between successive builds.
|
void |
start(hudson.model.AbstractProject<?,?> project,
boolean newInstance) |
@Extension public static final SelfieRunListener LISTENER
@DataBoundConstructor public SelfieTrigger(int delay)
delay - public int getDelay()
public void setDelay(int delay)
delay - public void start(hudson.model.AbstractProject<?,?> project,
boolean newInstance)
start in class hudson.triggers.Trigger<hudson.model.AbstractProject<?,?>>public void scheduleBuild()
Copyright © 2004-2015. All Rights Reserved.