Package jetbrains.buildServer.util.retry
-
Interface Summary Interface Description Retrier The Retrier interface provides a way to execute tasks with the ability to retry and handle failures.Retrier.ExceptionalRunnable RetrierEventListener The RetrierEventListener interface provides the ability to listen for events during the execution of tasks by a Retrier instance. -
Class Summary Class Description Retrier.DelayStrategy -
Exception Summary Exception Description AbortRetriesException An exception that stops the retrying process.RecoverableException The RecoverableException class represents an exception that is recoverable, meaning that it can be handled and the program can continue execution.