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
  • 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 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 @NotNull String message)
    • log_warn

      protected void log_warn(@NotNull @NotNull String message)
    • log_debug

      protected void log_debug(@NotNull @NotNull String message)