hudson.plugins.ec2
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.ec2.PluginImpl
All Implemented Interfaces:
hudson.model.Describable<PluginImpl>, hudson.model.Saveable

@Extension
public class PluginImpl
extends hudson.Plugin
implements hudson.model.Describable<PluginImpl>

Added to handle backwards compatibility of xstream class name mapping.


Nested Class Summary
static class PluginImpl.DescriptorImpl
           
 
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
static PluginImpl get()
           
 PluginImpl.DescriptorImpl getDescriptor()
           
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, 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

start

public void start()
           throws java.lang.Exception
Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception

getDescriptor

public PluginImpl.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<PluginImpl>

get

public static PluginImpl get()


Copyright © 2010. All Rights Reserved.