|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<MavenReporter>
hudson.maven.MavenReporterDescriptor
hudson.maven.reporters.MavenSiteArchiver.DescriptorImpl
@Extension public static final class MavenSiteArchiver.DescriptorImpl
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 |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
MavenSiteArchiver.DescriptorImpl()
|
Method Summary | |
---|---|
String |
getDisplayName()
Human readable name of this kind of configurable object. |
MavenSiteArchiver |
newAutoInstance(MavenModule module)
Returns an instance used for automatic MavenReporter activation. |
Methods inherited from class hudson.maven.MavenReporterDescriptor |
---|
all, hasConfigScreen, newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MavenSiteArchiver.DescriptorImpl()
Method Detail |
---|
public String getDisplayName()
Descriptor
getDisplayName
in class Descriptor<MavenReporter>
public MavenSiteArchiver newAutoInstance(MavenModule module)
MavenReporterDescriptor
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.
newAutoInstance
in class MavenReporterDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |