de.jamba.hudson.plugin.wsclean.PluginImpl Maven / Gradle / Ivy
package de.jamba.hudson.plugin.wsclean;
import hudson.Plugin;
import hudson.tasks.BuildWrappers;
/**
* Entry point of a plugin.
*
* @author Tom Spengler
*/
public class PluginImpl extends Plugin {
public void start() throws Exception {
BuildWrappers.WRAPPERS.add(PrePostClean.DESCRIPTOR);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy