|
||||||||||
| 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.MavenArtifactArchiver.DescriptorImpl
@Extension public static final class MavenArtifactArchiver.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 | |
|---|---|
MavenArtifactArchiver.DescriptorImpl()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
|
MavenReporter |
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 MavenArtifactArchiver.DescriptorImpl()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in class 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 MavenReporterDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||