-
Nested Class Summary
Nested Classes
static final class
static final class
static final class
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
boolean
Check if the build throttles MatrixProject
s.
boolean
Check if the build throttles MatrixConfiguration
s.
Migrates deprecated/obsolete data.
protected void
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
readResolve
Migrates deprecated/obsolete data.
- Returns:
- Migrated version of the config
-
-
getThrottleEnabled
public boolean getThrottleEnabled()
-
isLimitOneJobWithMatchingParams
public boolean isLimitOneJobWithMatchingParams()
-
getThrottleOption
public String getThrottleOption()
-
-
getMaxConcurrentPerNode
public Integer getMaxConcurrentPerNode()
-
getMaxConcurrentTotal
public Integer getMaxConcurrentTotal()
-
getParamsToUseForLimit
public String getParamsToUseForLimit()
-
-
isThrottleMatrixBuilds
public boolean isThrottleMatrixBuilds()
Check if the build throttles MatrixProject
s.
- Returns:
true
if MatrixProject
s should be throttled
- Since:
- 1.8.3
-
isThrottleMatrixConfigurations
public boolean isThrottleMatrixConfigurations()
Check if the build throttles MatrixConfiguration
s.
- Returns:
true
if MatrixRun
s should be throttled
- Since:
- 1.8.3
-
-