@Extension(dynamicLoadable=YES) public class ServerStateListener extends Object
| Constructor and Description |
|---|
ServerStateListener() |
| Modifier and Type | Method and Description |
|---|---|
static void |
completed()
Deprecated.
The implementation has been moved to
NotificationItemListener.onLoaded(), which is the nearest hook available. |
static void |
extensionsAugmented() |
static void |
jobLoaded() |
static void |
pluginsListed() |
static void |
pluginsPrepared() |
static void |
pluginsStarted() |
static void |
started() |
@Initializer(after=STARTED)
public static void started()
throws IOException
IOException@Initializer(after=PLUGINS_LISTED)
public static void pluginsListed()
throws IOException
IOException@Initializer(after=PLUGINS_PREPARED)
public static void pluginsPrepared()
throws IOException
IOException@Initializer(after=PLUGINS_STARTED)
public static void pluginsStarted()
throws IOException
IOException@Initializer(after=EXTENSIONS_AUGMENTED)
public static void extensionsAugmented()
throws IOException
IOException@Initializer(after=JOB_LOADED)
public static void jobLoaded()
throws IOException
IOExceptionpublic static void completed()
throws IOException
NotificationItemListener.onLoaded(), which is the nearest hook available.InitMilestone.COMPLETED due to
JENKINS-37759.IOException - Notification processing errorCopyright © 2016–2019. All rights reserved.