Uses of Class
co.yellowdog.platform.model.RetryPolicy
Packages that use RetryPolicy
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of RetryPolicy in co.yellowdog.platform.model
Subclasses with type arguments of type RetryPolicy in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return RetryPolicyModifier and TypeMethodDescriptionRetryPolicy.Builder.buildUnchecked()RunSpecification.getRetryPolicy()ARetryPolicyforTasks.static RetryPolicyRetryPolicy.retry(int maxRetries) static RetryPolicyRetryPolicy.retry(int maxRetries, Selection<TaskErrorSelector> retryErrors) RetryTasks for the maxRetries specified.Methods in co.yellowdog.platform.model with parameters of type RetryPolicyModifier and TypeMethodDescriptionRunSpecification.Builder.retryPolicy(RetryPolicy retryPolicy) ARetryPolicyforTasks.voidRunSpecification.setRetryPolicy(RetryPolicy retryPolicy) ARetryPolicyforTasks.