hudson.plugins.violations
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.violations.PluginImpl

public class PluginImpl
extends hudson.Plugin

Entry point of a plugin. Add a publisher for violations


Constructor Summary
PluginImpl()
           
 
Method Summary
 void start()
          The start method for the plugin.
 
Methods inherited from class hudson.Plugin
doDynamic, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginImpl

public PluginImpl()
Method Detail

start

public void start()
           throws java.lang.Exception
The start method for the plugin.

Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception - if there is a problem.


Copyright © 2008. All Rights Reserved.