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
Constructors Constructor Description PlaceholderLifecycle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
replacePlaceholder()
-
Methods inherited from class hudson.lifecycle.ExitLifecycle
restart
-
Methods inherited from class hudson.lifecycle.Lifecycle
canRestart, canRewriteHudsonWar, get, getHudsonWar, onExtendTimeout, onReady, onReload, onStatusUpdate, onStop, rewriteHudsonWar, supportsDynamicLoad, verifyRestartable
-
-
-
-
Method Detail
-
replacePlaceholder
@Initializer(after=PLUGINS_STARTED, before=EXTENSIONS_AUGMENTED) public static void replacePlaceholder()
-
-