DependencyRetrySettings

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The number of attempts to re-run a failed dependency.

Link copied to clipboard

If false (default), then the retry will stop if dependency fails with the same error again. If true, then the failed dependency will be restarted until all the retry attempts are exhausted.

Functions

Link copied to clipboard
fun option(name: String, value: String)

Sets option with specified name and value