All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maps.hudson.plugin.xfpanel.XFPanelPlugin Maven / Gradle / Ivy

Go to download

Provides an eXtreme Feedback Panel for Hudson. Thanks to Mark Howard and his work on the Radiator View Plugin from which this was based.

The newest version!
package maps.hudson.plugin.xfpanel;

import hudson.Plugin;

/**
 * Implementation of {@link Plugin} as request by Hudson spec.
 */
public class XFPanelPlugin extends Plugin {
	/**
	 * {@inheritDoc}
	 */
    @Override
    public void start() throws Exception {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy