hudson.plugins.testng
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.testng.PluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class PluginImpl
extends hudson.Plugin

Entry point of TestNG Results plugin.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
static java.lang.String DISPLAY_NAME
           
static java.lang.String GRAPH_NAME
           
static java.lang.String ICON_FILE_NAME
           
static java.lang.String URL
           
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
PluginImpl()
           
 
Method Summary
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
See Also:
Constant Field Values

GRAPH_NAME

public static final java.lang.String GRAPH_NAME
See Also:
Constant Field Values

URL

public static final java.lang.String URL
See Also:
Constant Field Values

ICON_FILE_NAME

public static final java.lang.String ICON_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

PluginImpl

public PluginImpl()


Copyright © 2004-2011. All Rights Reserved.