org.hudsonci.plugins.vault
Class VaultPlugin

java.lang.Object
  extended by hudson.Plugin
      extended by org.hudsonci.plugins.vault.VaultPlugin
All Implemented Interfaces:
hudson.model.Saveable, Serializable

@Named
@Singleton
public class VaultPlugin
extends hudson.Plugin
implements Serializable

Hudson Vault plugin.

Author:
Jason Dillon
See Also:
Serialized Form

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
VaultPlugin()
           
 
Method Summary
 void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
protected  hudson.XmlFile getConfigXml()
           
 String getShortName()
           
 Vault getVault()
           
 void postInitialize()
           
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, doDynamic, load, save, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VaultPlugin

public VaultPlugin()
Method Detail

getShortName

public String getShortName()

getVault

public Vault getVault()

start

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

postInitialize

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

getConfigXml

protected hudson.XmlFile getConfigXml()
Overrides:
getConfigXml in class hudson.Plugin

configure

public void configure(org.kohsuke.stapler.StaplerRequest req,
                      net.sf.json.JSONObject formData)
               throws IOException,
                      javax.servlet.ServletException,
                      hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.Plugin
Throws:
IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException


Copyright © 2004-2012 Hudson. All Rights Reserved.