Class NodesByLabelStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.pipeline.utility.steps.jenkins.NodesByLabelStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class NodesByLabelStep
extends org.jenkinsci.plugins.workflow.steps.Step
Obtains a list of node names by their label
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetLabel()booleanvoidsetOffline(boolean offline) org.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
NodesByLabelStep
 
- 
- 
Method Details- 
getLabel
- 
isOfflinepublic boolean isOffline()
- 
setOffline@DataBoundSetter public void setOffline(boolean offline) 
- 
startpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) - Specified by:
- startin class- org.jenkinsci.plugins.workflow.steps.Step
 
 
-