package hudson.plugins.testng; import hudson.Plugin; /** * Entry point of TestNG Results plugin. */ public class PluginImpl extends Plugin { public static String DISPLAY_NAME = "TestNG Test Results"; public static String GRAPH_NAME = "TestNG Test Results Trend"; public static String URL = "testngreports"; public static String ICON_FILE_NAME = "graph.gif"; }