Class NodeAwailabilityListener
- java.lang.Object
-
- hudson.model.listeners.RunListener<Run<?,?>>
-
- org.jenkinsci.plugins.mailwatcher.NodeAwailabilityListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class NodeAwailabilityListener extends RunListener<Run<?,?>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType
-
-
Constructor Summary
Constructors Constructor Description NodeAwailabilityListener()
NodeAwailabilityListener(MailWatcherMailer mailer, String jenkinsRootUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFinalized(Run<?,?> r)
-
Methods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onCompleted, onDeleted, onInitialize, onStarted, register, setUpEnvironment, unregister
-
-
-
-
Constructor Detail
-
NodeAwailabilityListener
public NodeAwailabilityListener()
-
NodeAwailabilityListener
public NodeAwailabilityListener(MailWatcherMailer mailer, String jenkinsRootUrl)
-
-
Method Detail
-
onFinalized
public void onFinalized(Run<?,?> r)
- Overrides:
onFinalized
in classRunListener<Run<?,?>>
-
-