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 |
|---|
ThrottleJobProperty.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 ThrottleJobProperty.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 © 2004-2013. All Rights Reserved.