@Extension @Symbol(value="rateLimitBuilds") public static class RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl extends JobPropertyDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
doCheckCount(int value,
String durationName)
Check the count
|
ListBoxModel |
doFillDurationNameItems()
Fill the duration names
|
String |
getDisplayName() |
JobProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
all, getPropertyDescriptors, isApplicableaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
newInstance in class JobPropertyDescriptorDescriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class Descriptor<JobProperty<?>>public ListBoxModel doFillDurationNameItems()
public FormValidation doCheckCount(@QueryParameter int value, @QueryParameter String durationName)
value - the count.durationName - the duration name.Copyright © 2016–2019. All rights reserved.