org.hudsonci.plugins.vault.install
Class NodeContext.ComputerListenerImpl

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.hudsonci.plugins.vault.install.NodeContext.ComputerListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint
Enclosing class:
NodeContext

@Named
@Singleton
public static class NodeContext.ComputerListenerImpl
extends hudson.slaves.ComputerListener

Clear the cache when nodes go offline.


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
NodeContext.ComputerListenerImpl()
           
 
Method Summary
 void onOffline(hudson.model.Computer c)
           
 
Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onOnline, onOnline, preOnline, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeContext.ComputerListenerImpl

public NodeContext.ComputerListenerImpl()
Method Detail

onOffline

public void onOffline(hudson.model.Computer c)
Overrides:
onOffline in class hudson.slaves.ComputerListener


Copyright © 2004-2012 Hudson. All Rights Reserved.