@Extension
public static final class ThrottleJobProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
| Constructor and Description |
|---|
ThrottleJobProperty.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckCategoryName(String value) |
hudson.util.FormValidation |
doCheckMaxConcurrentPerNode(String value) |
hudson.util.FormValidation |
doCheckMaxConcurrentTotal(String value) |
hudson.util.ListBoxModel |
doFillCategoryItems() |
List<ThrottleJobProperty.ThrottleCategory> |
getCategories() |
ThrottleJobProperty.ThrottleCategory |
getCategoryByName(String categoryName) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType) |
void |
setCategories(List<ThrottleJobProperty.ThrottleCategory> categories) |
all, getPropertyDescriptors, newInstancecalcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable in class hudson.model.JobPropertyDescriptorpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckCategoryName(@QueryParameter
String value)
public hudson.util.FormValidation doCheckMaxConcurrentPerNode(@QueryParameter
String value)
public hudson.util.FormValidation doCheckMaxConcurrentTotal(@QueryParameter
String value)
public ThrottleJobProperty.ThrottleCategory getCategoryByName(String categoryName)
public void setCategories(List<ThrottleJobProperty.ThrottleCategory> categories)
public List<ThrottleJobProperty.ThrottleCategory> getCategories()
public hudson.util.ListBoxModel doFillCategoryItems()
Copyright © 2004-2013. All Rights Reserved.