Package org.jenkinsci.plugins.cloudstats
Class CloudStatistics.SlaveCompletionDetector
- java.lang.Object
-
- jenkins.model.NodeListener
-
- org.jenkinsci.plugins.cloudstats.CloudStatistics.SlaveCompletionDetector
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- CloudStatistics
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public static class CloudStatistics.SlaveCompletionDetector extends NodeListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SlaveCompletionDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
onDeleted(Node node)
protected void
onUpdated(Node oldOne, Node newOne)
-
Methods inherited from class jenkins.model.NodeListener
all, fireOnCreated, fireOnDeleted, fireOnUpdated, onCreated
-
-
-
-
Method Detail
-
onUpdated
protected void onUpdated(@NonNull Node oldOne, @NonNull Node newOne)
- Overrides:
onUpdated
in classNodeListener
-
onDeleted
protected void onDeleted(@NonNull Node node)
- Overrides:
onDeleted
in classNodeListener
-
-