@Extension public static final class MavenArtifactArchiver.DescriptorImpl extends MavenReporterDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
MavenReporter |
newAutoInstance(MavenModule module)
Returns an instance used for automatic
MavenReporter activation. |
all, hasConfigScreen, newInstanceaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, 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, toMappublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<MavenReporter>public MavenReporter newAutoInstance(MavenModule module)
MavenReporterDescriptorMavenReporter activation.
Some MavenReporters, 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 MavenReporters should return a valid instance
from this method. Such instance will then participate into the build
and receive event callbacks.
newAutoInstance in class MavenReporterDescriptorCopyright © 2016–2017. All rights reserved.