hudson.plugins.throttleconcurrents
Class ThrottleJobProperty.ThrottleCategory

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<ThrottleJobProperty.ThrottleCategory>
      extended by 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>


Nested Class Summary
static class ThrottleJobProperty.ThrottleCategory.DescriptorImpl
           
 
Constructor Summary
ThrottleJobProperty.ThrottleCategory(String categoryName, Integer maxConcurrentPerNode, Integer maxConcurrentTotal, List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs)
           
 
Method Summary
 String getCategoryName()
           
 Integer getMaxConcurrentPerNode()
           
 Integer getMaxConcurrentTotal()
           
 List<ThrottleJobProperty.NodeLabeledPair> getNodeLabeledPairs()
           
 
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
 

Constructor Detail

ThrottleJobProperty.ThrottleCategory

@DataBoundConstructor
public ThrottleJobProperty.ThrottleCategory(String categoryName,
                                                                 Integer maxConcurrentPerNode,
                                                                 Integer maxConcurrentTotal,
                                                                 List<ThrottleJobProperty.NodeLabeledPair> nodeLabeledPairs)
Method Detail

getMaxConcurrentPerNode

public Integer getMaxConcurrentPerNode()

getMaxConcurrentTotal

public Integer getMaxConcurrentTotal()

getCategoryName

public String getCategoryName()

getNodeLabeledPairs

public List<ThrottleJobProperty.NodeLabeledPair> getNodeLabeledPairs()


Copyright © 2004-2014. All Rights Reserved.