public class ThrottleJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleJobProperty.DescriptorImpl |
static class |
ThrottleJobProperty.NodeLabeledPair |
static class |
ThrottleJobProperty.ThrottleCategory |
| Constructor and Description |
|---|
ThrottleJobProperty(Integer maxConcurrentPerNode,
Integer maxConcurrentTotal,
List<String> categories,
boolean throttleEnabled,
String throttleOption) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategories() |
Integer |
getMaxConcurrentPerNode() |
Integer |
getMaxConcurrentTotal() |
boolean |
getThrottleEnabled() |
String |
getThrottleOption() |
Object |
readResolve()
Migrates deprecated/obsolete data
|
protected void |
setOwner(hudson.model.AbstractProject<?,?> owner) |
public Object readResolve()
protected void setOwner(hudson.model.AbstractProject<?,?> owner)
setOwner in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>public boolean getThrottleEnabled()
public String getThrottleOption()
public Integer getMaxConcurrentPerNode()
public Integer getMaxConcurrentTotal()
Copyright © 2004-2013. All Rights Reserved.