Package jetbrains.buildServer.serverSide
Class ServerListenerAdapter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.ServerListenerAdapter
-
- All Implemented Interfaces:
EventListener,ServerListener
- Direct Known Subclasses:
CompositeHealthStatusReportImpl
public class ServerListenerAdapter extends Object implements ServerListener
Created 02.10.12 15:24- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description ServerListenerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserverShutdown()Called when server shutdown has been started.voidserverStartup()Called when server has been started and its configuration has been loaded from the disk
-
-
-
Method Detail
-
serverShutdown
public void serverShutdown()
Description copied from interface:ServerListenerCalled when server shutdown has been started. In addition, this method is called for a plugin before it is unloaded, may be used for releasing resources and cleanup.- Specified by:
serverShutdownin interfaceServerListener
-
serverStartup
public void serverStartup()
Description copied from interface:ServerListenerCalled when server has been started and its configuration has been loaded from the disk- Specified by:
serverStartupin interfaceServerListener
-
-