public class PluginImpl
extends hudson.Plugin
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERVER_NAME
the default server name.
|
static String |
DISPLAY_NAME
What to call this plug-in to humans.
|
| Constructor and Description |
|---|
PluginImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginImpl |
getInstance()
Returns this singleton instance.
|
void |
load() |
void |
start() |
void |
stop() |
public static final String DISPLAY_NAME
public static final String DEFAULT_SERVER_NAME
public static PluginImpl getInstance()
public void start()
throws Exception
start in class hudson.PluginExceptionpublic void load()
throws IOException
load in class hudson.PluginIOExceptionCopyright © 2004-2015. All Rights Reserved.