org.jenkinsci.main.modules.sshd
Class ItemListenerImpl

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by org.jenkinsci.main.modules.sshd.ItemListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ItemListenerImpl
extends hudson.model.listeners.ItemListener

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 SSHD sshd
           
 
Constructor Summary
ItemListenerImpl()
           
 
Method Summary
 void onBeforeShutdown()
           
 
Methods inherited from class hudson.model.listeners.ItemListener
all, fireOnCopied, fireOnCreated, onCopied, onCreated, onDeleted, onLoaded, onRenamed, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sshd

@Inject
public SSHD sshd
Constructor Detail

ItemListenerImpl

public ItemListenerImpl()
Method Detail

onBeforeShutdown

public void onBeforeShutdown()
Overrides:
onBeforeShutdown in class hudson.model.listeners.ItemListener


Copyright © 2004-2012. All Rights Reserved.