Package org.jenkinsci.plugins.xunit
Class XUnitPublisher.XUnitDescriptorPublisher
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.xunit.XUnitPublisher.XUnitDescriptorPublisher
- Enclosing class:
- XUnitPublisher
@Extension
public static final class XUnitPublisher.XUnitDescriptorPublisher
extends BuildStepDescriptor<Publisher>
-
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 TypeMethodDescriptiondoCheckSleepTime
(long sleepTime) Verify that the given sleepTime is a positive number value.DescriptorExtensionList<hudson.tasks.junit.TestDataPublisher,
Descriptor<hudson.tasks.junit.TestDataPublisher>> DescriptorExtensionList<org.jenkinsci.lib.dtkit.type.TestType,
org.jenkinsci.lib.dtkit.descriptor.TestTypeDescriptor<?>> boolean
isApplicable
(Class<? extends AbstractProject> jobType) Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
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, getGlobalConfigPage, getGlobalPropertyType, 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
-
XUnitDescriptorPublisher
public XUnitDescriptorPublisher()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<Publisher>
-
isApplicable
- Specified by:
isApplicable
in classBuildStepDescriptor<Publisher>
-
getHelpFile
- Overrides:
getHelpFile
in classDescriptor<Publisher>
-
getListXUnitTypeDescriptors
public DescriptorExtensionList<org.jenkinsci.lib.dtkit.type.TestType,org.jenkinsci.lib.dtkit.descriptor.TestTypeDescriptor<?>> getListXUnitTypeDescriptors() -
getListTestDataPublisherDescriptors
public DescriptorExtensionList<hudson.tasks.junit.TestDataPublisher,Descriptor<hudson.tasks.junit.TestDataPublisher>> getListTestDataPublisherDescriptors() -
getListXUnitThresholdDescriptors
public DescriptorExtensionList<XUnitThreshold,XUnitThresholdDescriptor<?>> getListXUnitThresholdDescriptors() -
doCheckSleepTime
Verify that the given sleepTime is a positive number value.- Parameters:
sleepTime
- value- Returns:
- an validation form for the given sleep time value.
-