org.jenkinsci.plugins.extremenotification
Class ServerStateListener

java.lang.Object
  extended by org.jenkinsci.plugins.extremenotification.ServerStateListener

@Extension(dynamicLoadable=YES)
public class ServerStateListener
extends Object


Constructor Summary
ServerStateListener()
           
 
Method Summary
static void completed()
           
static void extensionsAugmented()
           
static void jobLoaded()
           
static void pluginsListed()
           
static void pluginsPrepared()
           
static void pluginsStarted()
           
static void started()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStateListener

public ServerStateListener()
Method Detail

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.