Package hudson.model

Class RestartListener

java.lang.Object
hudson.model.RestartListener
All Implemented Interfaces:
ExtensionPoint
Direct Known Subclasses:
Jenkins.MasterRestartNotifyier, RestartListener.Default

public abstract class RestartListener extends Object implements ExtensionPoint
Extension point that allows plugins to veto the restart.
Since:
1.376
Author:
Kohsuke Kawaguchi