hudson.maven.reporters
Class ReportCollector.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<MavenReporter>
hudson.maven.MavenReporterDescriptor
hudson.maven.reporters.ReportCollector.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- ReportCollector
public static final class ReportCollector.DescriptorImpl
- extends MavenReporterDescriptor
Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final ReportCollector.DescriptorImpl DESCRIPTOR
ReportCollector.DescriptorImpl
public ReportCollector.DescriptorImpl()
getDisplayName
public String getDisplayName()
- Description copied from class:
Descriptor
- Human readable name of this kind of configurable object.
- Specified by:
getDisplayName
in class Descriptor<MavenReporter>
newAutoInstance
public ReportCollector newAutoInstance(MavenModule module)
- Description copied from class:
MavenReporterDescriptor
- Returns an instance used for automatic
MavenReporter
activation.
Some MavenReporter
s, such as MavenArtifactArchiver
,
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 class MavenReporterDescriptor
Copyright © 2004-2013. All Rights Reserved.