Class ThresholdDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<Threshold>
-
- org.jenkinsci.plugins.benchmark.thresholds.ThresholdDescriptor
-
- Direct Known Subclasses:
AbsoluteThreshold.DescriptorImpl,DeltaAverageThreshold.DescriptorImpl,DeltaThreshold.DescriptorImpl,PercentageAverageThreshold.DescriptorImpl,PercentageThreshold.DescriptorImpl
public abstract class ThresholdDescriptor extends Descriptor<Threshold>
Threshold descriptor- Since:
- 5/17/2017.
- Author:
- Daniel Mercier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description ThresholdDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescriptorExtensionList<Threshold,ThresholdDescriptor>all()FormValidationdoCheckTestGroup(String testGroup)FormValidationdoCheckTestName(String testName)static ThresholdDescriptorgetById(String id)StringgetId()-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getId
public final String getId()
- Overrides:
getIdin classDescriptor<Threshold>
-
all
public static DescriptorExtensionList<Threshold,ThresholdDescriptor> all()
-
getById
public static ThresholdDescriptor getById(String id)
-
doCheckTestName
public FormValidation doCheckTestName(@QueryParameter String testName)
-
doCheckTestGroup
public FormValidation doCheckTestGroup(@QueryParameter String testGroup)
-
-