Class JUnitPublisher.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
de.tracetronic.jenkins.plugins.ecutest.report.AbstractReportDescriptor
de.tracetronic.jenkins.plugins.ecutest.report.junit.JUnitPublisher.DescriptorImpl
- Enclosing class:
- JUnitPublisher
@Symbol("publishUNIT")
@Extension(ordinal=10005.0,
optional=true)
public static final class JUnitPublisher.DescriptorImpl
extends AbstractReportDescriptor
DescriptorImpl for
JUnitPublisher.-
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 -
Method Summary
Modifier and TypeMethodDescriptiondoCheckFailedThreshold(String value) Validates the failed threshold.doCheckUnstableThreshold(String value) Validates the unstable threshold.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.AbstractReportDescriptor
getToolDescriptor, getToolInstallations, isApplicableMethods inherited from class hudson.tasks.BuildStepDescriptor
filterMethods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()Instantiates a newJUnitPublisher.DescriptorImpl.
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<Publisher>
-
doCheckUnstableThreshold
Validates the unstable threshold.- Parameters:
value- the threshold- Returns:
- the form validation
-
doCheckFailedThreshold
Validates the failed threshold.- Parameters:
value- the threshold- Returns:
- the form validation
-