hudson.plugins.PerfPublisher
Class PerfPublisherPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.PerfPublisher.PerfPublisherPlugin
All Implemented Interfaces:
hudson.model.Saveable

public class PerfPublisherPlugin
extends hudson.Plugin

Entry point for the PerfPublisher plugin.

Author:
Georges Bossert

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

Field Detail

ICON_FILE_NAME

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

DISPLAY_NAME

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

GENERAL_DISPLAY_NAME

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

BUILD_DISPLAY_NAME

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

CONFIG_DISPLAY_NAME

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

MATRIX_BUILD_DISPLAY_NAME

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

MATRIX_CONFIGURATION_DISPLAY_NAME

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

URL

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

PerfPublisherPlugin

public PerfPublisherPlugin()
Method Detail

start

public void start()
           throws java.lang.Exception
Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.