com.atlassian.bamboo.repository.svn
Class UpdateEventHandler

java.lang.Object
  extended by com.atlassian.bamboo.repository.svn.UpdateEventHandler
All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler

public class UpdateEventHandler
extends java.lang.Object
implements org.tmatesoft.svn.core.wc.ISVNEventHandler

Simply used for debug logging


Field Summary
 
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
 
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
 
Constructor Summary
UpdateEventHandler(BuildLogger buildLogger)
           
 
Method Summary
 void checkCancelled()
          Ignored - not used
 void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateEventHandler

public UpdateEventHandler(BuildLogger buildLogger)
Method Detail

handleEvent

public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
                        double progress)
Specified by:
handleEvent in interface org.tmatesoft.svn.core.wc.ISVNEventHandler

checkCancelled

public void checkCancelled()
                    throws org.tmatesoft.svn.core.SVNCancelException
Ignored - not used

Specified by:
checkCancelled in interface org.tmatesoft.svn.core.ISVNCanceller
Throws:
org.tmatesoft.svn.core.SVNCancelException


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.