hudson.plugins.throttleconcurrents
Class ThrottleJobProperty.NodeLabeledPair

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<ThrottleJobProperty.NodeLabeledPair>
      extended by hudson.plugins.throttleconcurrents.ThrottleJobProperty.NodeLabeledPair
All Implemented Interfaces:
hudson.model.Describable<ThrottleJobProperty.NodeLabeledPair>
Enclosing class:
ThrottleJobProperty

public static final class ThrottleJobProperty.NodeLabeledPair
extends hudson.model.AbstractDescribableImpl<ThrottleJobProperty.NodeLabeledPair>

Author:
marco.miller@ericsson.com

Nested Class Summary
static class ThrottleJobProperty.NodeLabeledPair.DescriptorImpl
           
 
Constructor Summary
ThrottleJobProperty.NodeLabeledPair(String throttledNodeLabel, Integer maxConcurrentPerNodeLabeled)
           
 
Method Summary
 Integer getMaxConcurrentPerNodeLabeled()
           
 String getThrottledNodeLabel()
           
 
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.NodeLabeledPair

@DataBoundConstructor
public ThrottleJobProperty.NodeLabeledPair(String throttledNodeLabel,
                                                                Integer maxConcurrentPerNodeLabeled)
Method Detail

getThrottledNodeLabel

public String getThrottledNodeLabel()

getMaxConcurrentPerNodeLabeled

public Integer getMaxConcurrentPerNodeLabeled()


Copyright © 2004-2013. All Rights Reserved.