hudson.plugins.git
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.git.PluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class PluginImpl
extends hudson.Plugin

Plugin entry point.

Author:
Nigel Magnay

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
PluginImpl()
           
 
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

PluginImpl

public PluginImpl()
Method Detail

postInitialize

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


Copyright © 2004-2011 Hudson. All Rights Reserved.