hudson.maven
Class MavenReporters

java.lang.Object
  extended by hudson.maven.MavenReporters

public final class MavenReporters
extends Object

Author:
Kohsuke Kawaguchi
See Also:
MavenReporter

Field Summary
static List<MavenReporterDescriptor> LIST
          Deprecated. as of 1.286. Use MavenReporterDescriptor#all() for listing reporters, and use Extension for automatic registration.
 
Constructor Summary
MavenReporters()
           
 
Method Summary
static List<MavenReporterDescriptor> getConfigurableList()
          Gets the subset of LIST that has configuration screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST

public static final List<MavenReporterDescriptor> LIST
Deprecated. as of 1.286. Use MavenReporterDescriptor#all() for listing reporters, and use Extension for automatic registration.
List of all installed MavenReporters.

Constructor Detail

MavenReporters

public MavenReporters()
Method Detail

getConfigurableList

public static List<MavenReporterDescriptor> getConfigurableList()
Gets the subset of LIST that has configuration screen.



Copyright © 2004-2013. All Rights Reserved.