public class AllNodesForLabelBuildParameterFactory
extends hudson.plugins.parameterizedtrigger.AbstractBuildParameterFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
AllNodesForLabelBuildParameterFactory.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
boolean |
ignoreOfflineNodes |
String |
name |
String |
nodeLabel |
| Constructor and Description |
|---|
AllNodesForLabelBuildParameterFactory(String name,
String nodeLabel,
boolean ignoreOfflineNodes) |
| Modifier and Type | Method and Description |
|---|---|
List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> |
getParameters(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener) |
boolean |
isIgnoreOfflineNodes() |
public final String name
public final String nodeLabel
public final boolean ignoreOfflineNodes
public List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> getParameters(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener) throws IOException, InterruptedException, hudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerException
getParameters in class hudson.plugins.parameterizedtrigger.AbstractBuildParameterFactoryIOExceptionInterruptedExceptionhudson.plugins.parameterizedtrigger.AbstractBuildParameters.DontTriggerExceptionpublic boolean isIgnoreOfflineNodes()
Copyright © 2004-2014 Hudson. All Rights Reserved.