Class ThrottleJobProperty.ThrottleCategory
java.lang.Object
hudson.model.AbstractDescribableImpl<ThrottleJobProperty.ThrottleCategory>
hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
- All Implemented Interfaces:
Describable<ThrottleJobProperty.ThrottleCategory>
- Enclosing class:
- ThrottleJobProperty
public static final class ThrottleJobProperty.ThrottleCategory
extends AbstractDescribableImpl<ThrottleJobProperty.ThrottleCategory>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionThrottleCategory
(String categoryName, Integer maxConcurrentPerNode, Integer maxConcurrentTotal, List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ThrottleCategory
@DataBoundConstructor public ThrottleCategory(String categoryName, Integer maxConcurrentPerNode, Integer maxConcurrentTotal, List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs)
-
-
Method Details
-
getMaxConcurrentPerNode
-
getMaxConcurrentTotal
-
getCategoryName
-
getNodeLabeledPairs
-