public class PluginImpl
extends hudson.Plugin
Modifier and Type | Field and Description |
---|---|
Configuration |
config |
Constructor and Description |
---|
PluginImpl() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
protected hudson.XmlFile |
getConfigXml() |
protected Configuration |
loadConfiguration()
Loads confiugration file from
com.mtvi.plateng.hudson.ldap.LdapMailAddressResolver.xml.
|
void |
start()
Plugin lifecycle method.
|
public Configuration config
public void start() throws Exception
start
in class hudson.Plugin
Exception
- if something goes wrongPlugin.start()
protected Configuration loadConfiguration() throws IOException
IOException
- if the file can't be read.public void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws IOException
configure
in class hudson.Plugin
IOException
protected hudson.XmlFile getConfigXml()
getConfigXml
in class hudson.Plugin
Copyright © 2004-2014. All Rights Reserved.