Class NodeAction

java.lang.Object
hudson.model.InvisibleAction
hudson.plugins.parameterizedtrigger.NodeAction
All Implemented Interfaces:
Action, BuildBadgeAction, LabelAssignmentAction, ModelObject, Queue.QueueAction

public class NodeAction extends InvisibleAction implements LabelAssignmentAction, Queue.QueueAction, BuildBadgeAction
Action that restricts the job to a particular node when a project is scheduled Will cause a unique build for each different node if a job is already queued.
Author:
Chris Johnson