Uses of Class
co.yellowdog.platform.model.TaskErrorMatcher
Packages that use TaskErrorMatcher
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskErrorMatcher in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return TaskErrorMatcherMethods in co.yellowdog.platform.model that return types with arguments of type TaskErrorMatcherModifier and TypeMethodDescriptionRunSpecification.getRetryableErrors()Defines the errors that should result in a task retrying if encountered.Methods in co.yellowdog.platform.model with parameters of type TaskErrorMatcherModifier and TypeMethodDescriptionRunSpecification.Builder.retryableError(TaskErrorMatcher retryableError) Method parameters in co.yellowdog.platform.model with type arguments of type TaskErrorMatcherModifier and TypeMethodDescriptionRunSpecification.Builder.retryableErrors(Collection<? extends TaskErrorMatcher> retryableErrors) voidRunSpecification.setRetryableErrors(List<TaskErrorMatcher> retryableErrors) Defines the errors that should result in a task retrying if encountered.