public class HudsonStartupTrigger
extends hudson.triggers.Trigger<hudson.model.BuildableItem>
| Modifier and Type | Class and Description |
|---|---|
static class |
HudsonStartupTrigger.HudsonStartupDescriptor |
| Constructor and Description |
|---|
HudsonStartupTrigger(String label,
String quietPeriod,
String nodeParameterName,
String runOnChoice) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getNodeParameterName() |
int |
getQuietPeriod() |
String |
getRunOnChoice() |
void |
start(hudson.model.BuildableItem project,
boolean newInstance) |
public String getLabel()
public int getQuietPeriod()
public String getNodeParameterName()
public String getRunOnChoice()
public void start(hudson.model.BuildableItem project,
boolean newInstance)
start in class hudson.triggers.Trigger<hudson.model.BuildableItem>Copyright © 2016. All rights reserved.