|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<hudson.maven.MavenReporter>
hudson.maven.MavenReporterDescriptor
hudson.plugins.warnings.util.ReporterDescriptor
public abstract class ReporterDescriptor
A maven reporter descriptor that uses a publisher descriptor as delegate to obtain the relevant configuration data.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
ReporterDescriptor(java.lang.Class<? extends hudson.maven.MavenReporter> clazz,
PluginDescriptor pluginDescriptor)
Creates a new instance of ReporterDescriptor. |
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckHeight(java.lang.String height)
Performs on-the-fly validation on the trend graph height. |
void |
doCheckThreshold(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Performs on-the-fly validation on the annotations threshold. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getHelpFile()
|
PluginDescriptor |
getPublisherDescriptor()
Gets the publisher descriptor. |
| Methods inherited from class hudson.maven.MavenReporterDescriptor |
|---|
all, hasConfigScreen, newAutoInstance, newInstance |
| Methods inherited from class hudson.model.Descriptor |
|---|
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReporterDescriptor(java.lang.Class<? extends hudson.maven.MavenReporter> clazz,
PluginDescriptor pluginDescriptor)
ReporterDescriptor.
clazz - class of the reporterpluginDescriptor - the plug-in descriptor of the publisher| Method Detail |
|---|
public final java.lang.String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.maven.MavenReporter>public final java.lang.String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.maven.MavenReporter>public final PluginDescriptor getPublisherDescriptor()
public final void doCheckThreshold(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException,
javax.servlet.ServletException
request - Stapler requestresponse - Stapler response
java.io.IOException
javax.servlet.ServletException
public final hudson.util.FormValidation doCheckHeight(@QueryParameter
java.lang.String height)
height - the height
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||