hudson.plugins.throttleconcurrents
Class ThrottleJobProperty.ThrottleCategory

java.lang.Object
  extended by hudson.plugins.throttleconcurrents.ThrottleJobProperty.ThrottleCategory
Enclosing class:
ThrottleJobProperty

public static final class ThrottleJobProperty.ThrottleCategory
extends java.lang.Object


Constructor Summary
ThrottleJobProperty.ThrottleCategory(java.lang.String categoryName, java.lang.Integer maxConcurrentPerNode, java.lang.Integer maxConcurrentTotal)
           
 
Method Summary
 java.lang.String getCategoryName()
           
 java.lang.Integer getMaxConcurrentPerNode()
           
 java.lang.Integer getMaxConcurrentTotal()
           
 
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(java.lang.String categoryName,
                                                                 java.lang.Integer maxConcurrentPerNode,
                                                                 java.lang.Integer maxConcurrentTotal)
Method Detail

getMaxConcurrentPerNode

public java.lang.Integer getMaxConcurrentPerNode()

getMaxConcurrentTotal

public java.lang.Integer getMaxConcurrentTotal()

getCategoryName

public java.lang.String getCategoryName()


Copyright © 2010. All Rights Reserved.