hudson.plugins.throttleconcurrents
Class ThrottleMatrixProjectOptions

java.lang.Object
  extended by 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

Nested Class Summary
static class ThrottleMatrixProjectOptions.DescriptorImpl
           
 
Field Summary
static ThrottleMatrixProjectOptions DEFAULT
          A default configuration, which retains the behavior from version 1.8.
static ThrottleMatrixProjectOptions.DescriptorImpl DESCRIPTOR
           
 
Constructor Summary
ThrottleMatrixProjectOptions(boolean throttleMatrixBuilds, boolean throttleMatrixConfigurations)
           
 
Method Summary
 hudson.model.Descriptor<ThrottleMatrixProjectOptions> getDescriptor()
           
 boolean isThrottleMatrixBuilds()
           
 boolean isThrottleMatrixConfigurations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ThrottleMatrixProjectOptions

@DataBoundConstructor
public ThrottleMatrixProjectOptions(boolean throttleMatrixBuilds,
                                                         boolean throttleMatrixConfigurations)
Method Detail

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.