Package jenkins.branch
Class WorkspaceLocatorImpl.Collector
java.lang.Object
hudson.slaves.ComputerListener
jenkins.branch.WorkspaceLocatorImpl.Collector
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- WorkspaceLocatorImpl
Cleans up workspaces for apparently missing jobs when a node goes online.
This is a counterpart to
WorkspaceLocatorImpl.Deleter
,
which only deletes those workspaces of a job being deleted which happen to be online at the time.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onLaunchFailure, onOffline, onOffline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, preOnline, register, unregister
-
Constructor Details
-
Collector
public Collector()
-
-
Method Details
-
onOnline
- Overrides:
onOnline
in classComputerListener
- Throws:
IOException
InterruptedException
-