maps.hudson.plugin.xfpanel.XFPanelPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xfpanel Show documentation
Show all versions of xfpanel Show documentation
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