Uses of Class
hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
Packages that use ThrottleMatrixProjectOptions
-
Uses of ThrottleMatrixProjectOptions in hudson.plugins.throttleconcurrents
Subclasses with type arguments of type ThrottleMatrixProjectOptions in hudson.plugins.throttleconcurrentsClasses in hudson.plugins.throttleconcurrents that implement interfaces with type arguments of type ThrottleMatrixProjectOptionsModifier and TypeClassDescriptionclassDefines additional options for throttling ofMatrixBuilds andMatrixConfigurations.Fields in hudson.plugins.throttleconcurrents declared as ThrottleMatrixProjectOptionsModifier and TypeFieldDescriptionstatic final ThrottleMatrixProjectOptionsThrottleMatrixProjectOptions.DEFAULTA default configuration, which retains the behavior from version 1.8.Methods in hudson.plugins.throttleconcurrents that return ThrottleMatrixProjectOptionsModifier and TypeMethodDescriptionThrottleMatrixProjectOptions.DescriptorImpl.getDefaults()ThrottleJobProperty.getMatrixOptions()Methods in hudson.plugins.throttleconcurrents that return types with arguments of type ThrottleMatrixProjectOptionsConstructors in hudson.plugins.throttleconcurrents with parameters of type ThrottleMatrixProjectOptionsModifierConstructorDescriptionThrottleJobProperty(Integer maxConcurrentPerNode, Integer maxConcurrentTotal, List<String> categories, boolean throttleEnabled, String throttleOption, boolean limitOneJobWithMatchingParams, String paramsToUseForLimit, ThrottleMatrixProjectOptions matrixOptions)