public interface ReceiveCommandErrorHandler
ReceiveCommand.| Modifier and Type | Method and Description |
|---|---|
default void |
handleBatchRefUpdateException(java.util.List<ReceiveCommand> cmds,
java.io.IOException e)
Handle an exception thrown while checking if the update is fast-forward.
|
default void |
handleFastForwardCheckException(ReceiveCommand cmd,
java.io.IOException e)
Handle an exception thrown while checking if the update is fast-forward.
|
default void |
handleNewIdValidationException(ReceiveCommand cmd,
java.io.IOException e)
Handle an exception thrown while validating the new commit ID.
|
default void |
handleOldIdValidationException(ReceiveCommand cmd,
java.io.IOException e)
Handle an exception thrown while validating the old commit ID.
|
default void handleNewIdValidationException(ReceiveCommand cmd, java.io.IOException e)
cmd - offending commande - exception throwndefault void handleOldIdValidationException(ReceiveCommand cmd, java.io.IOException e)
cmd - offending commande - exception throwndefault void handleFastForwardCheckException(ReceiveCommand cmd, java.io.IOException e)
cmd - offending commande - exception throwndefault void handleBatchRefUpdateException(java.util.List<ReceiveCommand> cmds, java.io.IOException e)
cmds - commands being processede - exception thrown