Class XUnitThresholdDescriptor<T extends XUnitThreshold>
java.lang.Object
hudson.model.Descriptor<XUnitThreshold>
org.jenkinsci.plugins.xunit.threshold.XUnitThresholdDescriptor<T>
- Direct Known Subclasses:
FailedThresholdDescriptor
,PassedThresholdDescriptor
,SkippedThresholdDescriptor
public abstract class XUnitThresholdDescriptor<T extends XUnitThreshold>
extends Descriptor<XUnitThreshold>
- Author:
- Gregory Boissinot
-
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
-
Method Summary
Modifier and TypeMethodDescriptionall()
doCheckFailureNewThreshold
(String failureNewThreshold) doCheckFailureThreshold
(String failureThreshold) doCheckUnstableNewThreshold
(String unstableNewThreshold) doCheckUnstableThreshold
(String unstableThreshold) abstract String
abstract String
abstract String
abstract String
abstract String
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, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
XUnitThresholdDescriptor
-
-
Method Details
-
all
-
getUnstableThresholdImgTitle
-
getUnstableNewThresholdImgTitle
-
getFailureThresholdImgTitle
-
getFailureNewThresholdImgTitle
-
getThresholdHelpMessage
-
doCheckUnstableThreshold
public FormValidation doCheckUnstableThreshold(@CheckForNull @QueryParameter(fixEmpty=true) String unstableThreshold) -
doCheckUnstableNewThreshold
public FormValidation doCheckUnstableNewThreshold(@CheckForNull @QueryParameter(fixEmpty=true) String unstableNewThreshold) -
doCheckFailureThreshold
public FormValidation doCheckFailureThreshold(@CheckForNull @QueryParameter(fixEmpty=true) String failureThreshold) -
doCheckFailureNewThreshold
public FormValidation doCheckFailureNewThreshold(@CheckForNull @QueryParameter(fixEmpty=true) String failureNewThreshold)
-