public static final class ThrottleJobProperty.ThrottleCategory extends hudson.model.AbstractDescribableImpl<ThrottleJobProperty.ThrottleCategory>
Modifier and Type | Class and Description |
---|---|
static class |
ThrottleJobProperty.ThrottleCategory.DescriptorImpl |
Constructor and Description |
---|
ThrottleCategory(String categoryName,
Integer maxConcurrentPerNode,
Integer maxConcurrentTotal,
List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs) |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryName() |
Integer |
getMaxConcurrentPerNode() |
Integer |
getMaxConcurrentTotal() |
List<ThrottleJobProperty.NodeLabeledPair> |
getNodeLabeledPairs() |
@DataBoundConstructor public ThrottleCategory(String categoryName, Integer maxConcurrentPerNode, Integer maxConcurrentTotal, List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs)
public Integer getMaxConcurrentPerNode()
public Integer getMaxConcurrentTotal()
public String getCategoryName()
public List<ThrottleJobProperty.NodeLabeledPair> getNodeLabeledPairs()
Copyright © 2016–2020. All rights reserved.