hudson.plugins.hadoop
Class ItemListenerImpl

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by hudson.plugins.hadoop.ItemListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint

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

After all the projects have loaded, start Hadoop name node.

Author:
Kohsuke Kawaguchi

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

Constructor Detail

ItemListenerImpl

public ItemListenerImpl()
Method Detail

onLoaded

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

get

public static PluginImpl get()


Copyright © 2004-2011. All Rights Reserved.