@Extension public static class TransactionThreshold.DescriptorImpl extends hudson.model.Descriptor<TransactionThreshold>
Constructor and Description |
---|
TransactionThreshold.DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckThresholdvalue(String value)
checks the validity of the threshold value parameter
it should be an alphanumeric number
|
hudson.util.FormValidation |
doCheckTransactionname(String value)
check for valid transaction name
|
hudson.util.ListBoxModel |
doFillThresholdnameItems()
required by the jenkins framework
fills the thresholds names into the listbox item.
|
String |
getDisplayName() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<TransactionThreshold>
public hudson.util.FormValidation doCheckTransactionname(@QueryParameter String value)
value
- - the value from jenkins UIpublic hudson.util.FormValidation doCheckThresholdvalue(@QueryParameter String value)
value
- - entered via jenkins UIpublic hudson.util.ListBoxModel doFillThresholdnameItems()
Copyright © 2004-2016. All Rights Reserved.