Class NodeParameterValue

    • Constructor Detail

      • 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)