org.hudsonci.plugins.blacklist
Class BlacklistPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by org.hudsonci.plugins.blacklist.BlacklistPlugin
All Implemented Interfaces:
hudson.model.Saveable

@Named
@Singleton
public class BlacklistPlugin
extends hudson.Plugin

Blacklist plugin used to disable experimental or buggy features.

Author:
Jamie Whitehouse

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
BlacklistPlugin(BlacklistManager manager)
           
 
Method Summary
 void postInitialize()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlacklistPlugin

@Inject
public BlacklistPlugin(BlacklistManager manager)
Method Detail

postInitialize

public void postInitialize()
                    throws Exception
Overrides:
postInitialize in class hudson.Plugin
Throws:
Exception


Copyright © 2004-2012 Hudson. All Rights Reserved.