Uses of Class
co.yellowdog.platform.model.TaskErrorSelector
Packages that use TaskErrorSelector
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of TaskErrorSelector in co.yellowdog.platform.model
Subclasses with type arguments of type TaskErrorSelector in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return TaskErrorSelectorMethods in co.yellowdog.platform.model that return types with arguments of type TaskErrorSelectorModifier and TypeMethodDescriptionResubmissionDestination.getResubmitErrors()RetryPolicy.getRetryErrors()Method parameters in co.yellowdog.platform.model with type arguments of type TaskErrorSelectorModifier and TypeMethodDescriptionstatic ResubmissionDestinationResubmissionDestination.destination(String destinationTaskGroup, Selection<TaskErrorSelector> resubmitErrors) Create aResubmissionDestinationthat will resubmitTaskStatus.FAILEDTasks that match theSelectionto the destinationTaskGroup.ResubmissionDestination.Builder.resubmitErrors(Selection<TaskErrorSelector> resubmitErrors) static RetryPolicyRetryPolicy.retry(int maxRetries, Selection<TaskErrorSelector> retryErrors) RetryTasks for the maxRetries specified.RetryPolicy.Builder.retryErrors(Selection<TaskErrorSelector> retryErrors) Constructor parameters in co.yellowdog.platform.model with type arguments of type TaskErrorSelectorModifierConstructorDescriptionResubmissionDestination(String destinationTaskGroup, Selection<TaskErrorSelector> resubmitErrors) Creates a newResubmissionDestinationinstance.RetryPolicy(int maxRetries, Selection<TaskErrorSelector> retryErrors) Creates a newRetryPolicyinstance. -
Uses of TaskErrorSelector in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type TaskErrorSelector in co.yellowdog.platform.model.validation.customvalidators