hudson.plugins.throttleconcurrents
Class ThrottleMatrixProjectOptions
java.lang.Object
hudson.plugins.throttleconcurrents.ThrottleMatrixProjectOptions
- All Implemented Interfaces:
- hudson.model.Describable<ThrottleMatrixProjectOptions>
public class ThrottleMatrixProjectOptions
- extends Object
- implements hudson.model.Describable<ThrottleMatrixProjectOptions>
Defines additional options for throttling of MatrixBuilds and
- Since:
- TODO: 1.9.0?
- Author:
- Oleg Nenashev
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final ThrottleMatrixProjectOptions DEFAULT
- A default configuration, which retains the behavior from
version 1.8.
DESCRIPTOR
@Extension
public static final ThrottleMatrixProjectOptions.DescriptorImpl DESCRIPTOR
ThrottleMatrixProjectOptions
@DataBoundConstructor
public ThrottleMatrixProjectOptions(boolean throttleMatrixBuilds,
boolean throttleMatrixConfigurations)
isThrottleMatrixBuilds
public boolean isThrottleMatrixBuilds()
isThrottleMatrixConfigurations
public boolean isThrottleMatrixConfigurations()
getDescriptor
public hudson.model.Descriptor<ThrottleMatrixProjectOptions> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<ThrottleMatrixProjectOptions>
Copyright © 2004-2014. All Rights Reserved.