org.hudsonci.plugins.vault
Class VaultPlugin
java.lang.Object
hudson.Plugin
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 classes/interfaces inherited from class hudson.Plugin |
hudson.Plugin.DummyImpl |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| 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 |
VaultPlugin
public VaultPlugin()
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.