-
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 MatrixProjects.
boolean
Check if the build throttles MatrixConfigurations.
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 MatrixProjects.
- Returns:
true if MatrixProjects should be throttled
- Since:
- 1.8.3
-
isThrottleMatrixConfigurations
public boolean isThrottleMatrixConfigurations()
Check if the build throttles MatrixConfigurations.
- Returns:
true if MatrixRuns should be throttled
- Since:
- 1.8.3
-
-