Class ThrottleJobProperty.NodeLabeledPair

java.lang.Object
hudson.model.AbstractDescribableImpl<ThrottleJobProperty.NodeLabeledPair>
hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair
All Implemented Interfaces:
Describable<ThrottleJobProperty.NodeLabeledPair>
Enclosing class:
ThrottleJobProperty

public static final class ThrottleJobProperty.NodeLabeledPair extends AbstractDescribableImpl<ThrottleJobProperty.NodeLabeledPair>
Author:
marco.miller@ericsson.com
  • Constructor Details

    • NodeLabeledPair

      @DataBoundConstructor public NodeLabeledPair(String throttledNodeLabel, Integer maxConcurrentPerNodeLabeled)
  • Method Details

    • getThrottledNodeLabel

      public String getThrottledNodeLabel()
    • getMaxConcurrentPerNodeLabeled

      public Integer getMaxConcurrentPerNodeLabeled()