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
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIgnored not usedvoidhandleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress) protected voidprotected voidprotected 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:
handleEventin 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:
checkCancelledin interfaceorg.tmatesoft.svn.core.ISVNCanceller- Throws:
org.tmatesoft.svn.core.SVNCancelException
-
log_error
-
log_warn
-
log_debug
-