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 true (default), then the failed dependency will be restarted until all the retry attempts are exhausted. If false, then the retry will stop if dependency fails with the same error again.

Functions

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

Sets option with specified name and value