|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Analyzer> hudson.plugins.covcomplplot.analyzer.Analyzer
public enum Analyzer
Enum containing each Jenkins plugin to be used by this plugin. If you want to add more Jenkins plugins used, please add enum value.
Enum Constant Summary | |
---|---|
Clover
|
|
CloverBranch
|
|
Cobertura
|
Method Summary | |
---|---|
AbstractMethodInfoHandler |
getHandler()
Get real handler |
String |
getName()
|
String |
getPluginName()
Get Jenkins plugin name from which each analyzer extracts information. |
static Analyzer |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Analyzer[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Analyzer Clover
public static final Analyzer CloverBranch
public static final Analyzer Cobertura
Method Detail |
---|
public static Analyzer[] values()
for (Analyzer c : Analyzer.values()) System.out.println(c);
public static Analyzer valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getPluginName()
public AbstractMethodInfoHandler getHandler()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |