Class WatcherComputerListener

java.lang.Object
hudson.slaves.ComputerListener
org.jenkinsci.plugins.mailwatcher.WatcherComputerListener
All Implemented Interfaces:
ExtensionPoint

@Extension public class WatcherComputerListener extends ComputerListener
Notify whenever Computer marked online/offline.

Sends email do the list of recipients on following events: onOffline, onOnline, onTemporarilyOffline and onTemporarilyOnline.

Author:
ogondza