Package hudson.maven
Class MavenReporters
java.lang.Object
hudson.maven.MavenReporters
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final List<MavenReporterDescriptor>
Deprecated.as of 1.286. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<MavenReporterDescriptor>
Gets the subset ofLIST
that has configuration screen.
-
Field Details
-
LIST
Deprecated.as of 1.286. UseMavenReporterDescriptor#all()
for listing reporters, and useExtension
for automatic registration.List of all installedMavenReporter
s.
-
-
Constructor Details
-
MavenReporters
public MavenReporters()
-
-
Method Details
-
getConfigurableList
Gets the subset ofLIST
that has configuration screen.
-