public static class RateLimitBranchProperty.Throttle extends Object
| Constructor and Description |
|---|
Throttle(int count,
String durationName,
boolean userBoost)
Constructor for stapler.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the maximum builds within the duration.
|
String |
getDurationName()
Gets the duration.
|
boolean |
isUserBoost()
Gets the user boost setting.
|
@DataBoundConstructor
public Throttle(int count,
String durationName,
boolean userBoost)
count - the maximum builds within the duration.durationName - the name of the duration.userBoost - if true then user submitted builds will skip the queue.public int getCount()
public String getDurationName()
public boolean isUserBoost()
Copyright © 2016–2019. All rights reserved.