Package hudson.lifecycle
Class Lifecycle.PlaceholderLifecycle
java.lang.Object
hudson.lifecycle.Lifecycle
hudson.lifecycle.ExitLifecycle
hudson.lifecycle.Lifecycle.PlaceholderLifecycle
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- Lifecycle
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static final class Lifecycle.PlaceholderLifecycle
extends ExitLifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.lifecycle.Lifecycle
Lifecycle.PlaceholderLifecycle
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.lifecycle.ExitLifecycle
onBootFailure, restart
Methods inherited from class hudson.lifecycle.Lifecycle
canRestart, canRewriteHudsonWar, get, getHudsonWar, onExtendTimeout, onReady, onReload, onStatusUpdate, onStop, rewriteHudsonWar, supportsDynamicLoad, verifyRestartable
-
Constructor Details
-
PlaceholderLifecycle
public PlaceholderLifecycle()
-
-
Method Details
-
replacePlaceholder
@Initializer(after=PLUGINS_STARTED, before=EXTENSIONS_AUGMENTED) public static void replacePlaceholder()
-