Package hudson.plugins.spotinst.common
Class SpotinstRestartListener
- java.lang.Object
-
- hudson.model.RestartListener
-
- hudson.plugins.spotinst.common.SpotinstRestartListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class SpotinstRestartListener extends RestartListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.RestartListener
RestartListener.Default
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SpotinstRestartListener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpotinstRestartListener
getInstance()
boolean
isReadyToRestart()
void
onRestart()
-
Methods inherited from class hudson.model.RestartListener
all, isAllReady
-
-
-
-
Method Detail
-
getInstance
public static SpotinstRestartListener getInstance()
-
isReadyToRestart
public boolean isReadyToRestart()
- Specified by:
isReadyToRestart
in classRestartListener
-
onRestart
public void onRestart()
- Overrides:
onRestart
in classRestartListener
-
-