Package hudson.maven.reporters
Class SurefireArchiver.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<MavenReporter>
hudson.maven.MavenReporterDescriptor
hudson.maven.reporters.SurefireArchiver.DescriptorImpl
- Enclosing class:
- SurefireArchiver
@Extension
public static final class SurefireArchiver.DescriptorImpl
extends MavenReporterDescriptor
-
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 TypeMethodDescriptionnewAutoInstance
(MavenModule module) Returns an instance used for automaticMavenReporter
activation.Methods inherited from class hudson.maven.MavenReporterDescriptor
all, hasConfigScreen, newInstance, reportedFilePattern
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, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayName
in classDescriptor<MavenReporter>
-
newAutoInstance
Description copied from class:MavenReporterDescriptor
Returns an instance used for automaticMavenReporter
activation.Some
MavenReporter
s, such asMavenArtifactArchiver
, can work just with the configuration in POM and don't need any additional Hudson configuration. They also don't need any explicit enabling/disabling as they can activate themselves by listening to the callback from the build (for example javadoc archiver can do the work in response to the execution of the javadoc target.)Those
MavenReporter
s should return a valid instance from this method. Such instance will then participate into the build and receive event callbacks.- Overrides:
newAutoInstance
in classMavenReporterDescriptor
-