ruby
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by ruby.PluginImpl
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
RubyPlugin

public abstract class PluginImpl
extends hudson.Plugin

Pointless hook to avoid auto-generation of the "Plugin-Class" entry in the manifest of the ruby-runtime plugin.

Author:
Kohsuke Kawaguchi

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
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, getWrapper, load, postInitialize, 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()


Copyright © 2004-2011. All Rights Reserved.