|
||||||||||
| 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.analysis.core.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(Class<? extends hudson.maven.MavenReporter> clazz,
PluginDescriptor pluginDescriptor)
Creates a new instance of ReporterDescriptor. |
|
| Method Summary | |
|---|---|
hudson.util.FormValidation |
doCheckHeight(String height)
Performs on-the-fly validation on the trend graph height. |
hudson.util.FormValidation |
doCheckThreshold(String threshold)
Performs on-the-fly validation on the annotations threshold. |
String |
getDisplayName()
|
String |
getHelpFile()
|
String |
getPluginResultUrlName()
Returns the name of the plug-in. |
PluginDescriptor |
getPublisherDescriptor()
Gets the publisher descriptor. |
hudson.maven.MavenReporter |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
| Methods inherited from class hudson.maven.MavenReporterDescriptor |
|---|
all, hasConfigScreen, newAutoInstance, newInstance |
| Methods inherited from class hudson.model.Descriptor |
|---|
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstancesFromHeteroList, 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(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 String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.maven.MavenReporter>public final String getHelpFile()
getHelpFile in class hudson.model.Descriptor<hudson.maven.MavenReporter>public final PluginDescriptor getPublisherDescriptor()
public final String getPluginResultUrlName()
public final hudson.util.FormValidation doCheckThreshold(@QueryParameter
String threshold)
threshold - the threshold
public final hudson.util.FormValidation doCheckHeight(@QueryParameter
String height)
height - the height
public hudson.maven.MavenReporter newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.maven.MavenReporter>hudson.model.Descriptor.FormException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||