Package hudson.scm

Class SubversionEventHandlerImpl

  • All Implemented Interfaces:
    org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler

    public class SubversionEventHandlerImpl
    extends org.tmatesoft.svn.core.wc.SVNEventAdapter
    ISVNEventHandler that emulates the SVN CLI behavior.
    Author:
    Kohsuke Kawaguchi
    • Field Detail

      • baseDir

        protected final File baseDir
      • quietOperation

        protected final boolean quietOperation
    • Method Detail

      • handleEvent

        public void handleEvent​(org.tmatesoft.svn.core.wc.SVNEvent event,
                                double progress)
                         throws org.tmatesoft.svn.core.SVNException
        Specified by:
        handleEvent in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
        Overrides:
        handleEvent in class org.tmatesoft.svn.core.wc.SVNEventAdapter
        Throws:
        org.tmatesoft.svn.core.SVNException
      • getLocalPath

        public static String getLocalPath​(String path)