hudson.plugins.svncompat13
Class PluginImpl

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

public class PluginImpl
extends hudson.Plugin

Plugin that allows SVNKit to be compatible with Subversion 1.3. All Subversion operations in Hudson go through SVNKit, which creates working copy only compatible with Subversion 1.4 by default. See SVNKit FAQ for more details.

Author:
Jean-Baptiste Quenot

Constructor Summary
PluginImpl()
           
 
Method Summary
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, 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
Overrides:
start in class hudson.Plugin
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.