Class NodeParameterValue

All Implemented Interfaces:
Serializable

public class NodeParameterValue extends LabelParameterValue
Author:
Dominik Bartholdi (imod)
See Also:
  • Constructor Details

    • NodeParameterValue

      @DataBoundConstructor public NodeParameterValue(String name, List<String> labels, NodeEligibility nodeEligibility)
      creates a new node parameter
      Parameters:
      name - the name of the parameter
      labels - the node labels to trigger one build after the other with
      nodeEligibility - defines if a node should be ignored at execution or not.
    • NodeParameterValue

      public NodeParameterValue(String name, String description, String label)
  • Method Details