org.jenkinsci.plugins.extremenotification
Class ServerStateListener
java.lang.Object
org.jenkinsci.plugins.extremenotification.ServerStateListener
@Extension(dynamicLoadable=YES)
public class ServerStateListener
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerStateListener
public ServerStateListener()
started
@Initializer(after=STARTED)
public static void started()
throws IOException
- Throws:
IOException
pluginsListed
@Initializer(after=PLUGINS_LISTED)
public static void pluginsListed()
throws IOException
- Throws:
IOException
pluginsPrepared
@Initializer(after=PLUGINS_PREPARED)
public static void pluginsPrepared()
throws IOException
- Throws:
IOException
pluginsStarted
@Initializer(after=PLUGINS_STARTED)
public static void pluginsStarted()
throws IOException
- Throws:
IOException
extensionsAugmented
@Initializer(after=EXTENSIONS_AUGMENTED)
public static void extensionsAugmented()
throws IOException
- Throws:
IOException
jobLoaded
@Initializer(after=JOB_LOADED)
public static void jobLoaded()
throws IOException
- Throws:
IOException
completed
@Initializer(after=COMPLETED)
public static void completed()
throws IOException
- Throws:
IOException
Copyright © 2004-2015. All Rights Reserved.