Class UpdateEventHandler
java.lang.Object
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 Object
implements org.tmatesoft.svn.core.wc.ISVNEventHandler
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Ignored not usedvoid
handleEvent
(org.tmatesoft.svn.core.wc.SVNEvent event, double progress) protected void
protected void
protected void
-
Constructor Details
-
UpdateEventHandler
public UpdateEventHandler()
-
-
Method Details
-
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress) throws org.tmatesoft.svn.core.SVNException - Specified by:
handleEvent
in interfaceorg.tmatesoft.svn.core.wc.ISVNEventHandler
- Throws:
org.tmatesoft.svn.core.SVNException
-
checkCancelled
public void checkCancelled() throws org.tmatesoft.svn.core.SVNCancelExceptionIgnored not used- Specified by:
checkCancelled
in interfaceorg.tmatesoft.svn.core.ISVNCanceller
- Throws:
org.tmatesoft.svn.core.SVNCancelException
-
log_error
-
log_warn
-
log_debug
-