Package hudson.plugins.testng
Class PluginImpl
- java.lang.Object
-
- hudson.Plugin
-
- hudson.plugins.testng.PluginImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.Plugin
Plugin.DummyImpl
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISPLAY_NAME
static String
GRAPH_NAME
static String
ICON_FILE_NAME
static String
URL
-
Fields inherited from class hudson.Plugin
SKIP_PERMISSION_CHECK
-
-
Constructor Summary
Constructors Constructor Description PluginImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
-
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, stop
-
-
-
-
Field Detail
-
DISPLAY_NAME
public static final String DISPLAY_NAME
- See Also:
- Constant Field Values
-
GRAPH_NAME
public static final String GRAPH_NAME
- See Also:
- Constant Field Values
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
ICON_FILE_NAME
public static final String ICON_FILE_NAME
- See Also:
- Constant Field Values
-
-