public static class RateLimitBranchProperty.Throttle extends Object
| Constructor and Description |
|---|
Throttle(int count,
String durationName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the maximum builds within the duration.
|
String |
getDurationName()
Gets the duration.
|
@DataBoundConstructor
public Throttle(int count,
String durationName)
public int getCount()
public String getDurationName()
Copyright © 2016. All rights reserved.