hudson.plugins.throttleconcurrents
Class ThrottleJobProperty.ThrottleCategory
java.lang.Object
hudson.model.AbstractDescribableImpl<ThrottleJobProperty.ThrottleCategory>
hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
- All Implemented Interfaces:
- hudson.model.Describable<ThrottleJobProperty.ThrottleCategory>
- Enclosing class:
- ThrottleJobProperty
public static final class ThrottleJobProperty.ThrottleCategory
- extends hudson.model.AbstractDescribableImpl<ThrottleJobProperty.ThrottleCategory>
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrottleJobProperty.ThrottleCategory
@DataBoundConstructor
public ThrottleJobProperty.ThrottleCategory(String categoryName,
Integer maxConcurrentPerNode,
Integer maxConcurrentTotal,
List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs)
getMaxConcurrentPerNode
public Integer getMaxConcurrentPerNode()
getMaxConcurrentTotal
public Integer getMaxConcurrentTotal()
getCategoryName
public String getCategoryName()
getNodeLabeledPairs
public List<ThrottleJobProperty.NodeLabeledPair> getNodeLabeledPairs()
Copyright © 2004-2014. All Rights Reserved.