hudson.plugins.throttleconcurrents
Class ThrottleJobProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
hudson.plugins.throttleconcurrents.ThrottleJobProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class ThrottleJobProperty
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Constructor Summary |
ThrottleJobProperty(java.lang.Integer maxConcurrentPerNode,
java.lang.Integer maxConcurrentTotal,
java.util.List<java.lang.String> categories,
boolean throttleEnabled)
|
| Methods inherited from class hudson.model.JobProperty |
getDescriptor, getJobAction, getJobActions, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrottleJobProperty
@DataBoundConstructor
public ThrottleJobProperty(java.lang.Integer maxConcurrentPerNode,
java.lang.Integer maxConcurrentTotal,
java.util.List<java.lang.String> categories,
boolean throttleEnabled)
readResolve
public java.lang.Object readResolve()
- Migrates deprecated/obsolete data
getThrottleEnabled
public boolean getThrottleEnabled()
getCategories
public java.util.List<java.lang.String> getCategories()
getMaxConcurrentPerNode
public java.lang.Integer getMaxConcurrentPerNode()
getMaxConcurrentTotal
public java.lang.Integer getMaxConcurrentTotal()
Copyright © 2010. All Rights Reserved.