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
Direct Known Subclasses:
BuildLoggerUpdateEventHandler

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


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()
           
 
Method Summary
 void checkCancelled()
          Ignored not used
 void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
           
protected  void log_debug(java.lang.String message)
           
protected  void log_error(java.lang.String message)
           
protected  void log_warn(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateEventHandler

public UpdateEventHandler()
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
Throws:
org.tmatesoft.svn.core.SVNException

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

log_error

protected void log_error(@NotNull
                         java.lang.String message)

log_warn

protected void log_warn(@NotNull
                        java.lang.String message)

log_debug

protected void log_debug(@NotNull
                         java.lang.String message)


Copyright © 2011 Atlassian. All Rights Reserved.