public class ThrottleMatrixProjectOptions extends Object implements hudson.model.Describable<ThrottleMatrixProjectOptions>
MatrixBuild
s and
MatrixConfiguration
s.
This class is intended to be used inside ThrottleJobProperty
.Modifier and Type | Class and Description |
---|---|
static class |
ThrottleMatrixProjectOptions.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static ThrottleMatrixProjectOptions |
DEFAULT
A default configuration, which retains the behavior from
version 1.8.
|
static ThrottleMatrixProjectOptions.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
ThrottleMatrixProjectOptions(boolean throttleMatrixBuilds,
boolean throttleMatrixConfigurations) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<ThrottleMatrixProjectOptions> |
getDescriptor() |
boolean |
isThrottleMatrixBuilds() |
boolean |
isThrottleMatrixConfigurations() |
public static final ThrottleMatrixProjectOptions DEFAULT
@Extension public static final ThrottleMatrixProjectOptions.DescriptorImpl DESCRIPTOR
@DataBoundConstructor public ThrottleMatrixProjectOptions(boolean throttleMatrixBuilds, boolean throttleMatrixConfigurations)
public boolean isThrottleMatrixBuilds()
public boolean isThrottleMatrixConfigurations()
public hudson.model.Descriptor<ThrottleMatrixProjectOptions> getDescriptor()
getDescriptor
in interface hudson.model.Describable<ThrottleMatrixProjectOptions>
Copyright © 2016–2020. All rights reserved.