Uses of Class
co.yellowdog.platform.model.ResubmissionDestination
Packages that use ResubmissionDestination
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ResubmissionDestination in co.yellowdog.platform.model
Subclasses with type arguments of type ResubmissionDestination in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return ResubmissionDestinationModifier and TypeMethodDescriptionResubmissionDestination.Builder.build()static ResubmissionDestinationResubmissionDestination.destination(String destinationTaskGroup) Create aResubmissionDestinationthat will resubmit allTaskStatus.FAILEDTasks to the destinationTaskGroup.static ResubmissionDestinationResubmissionDestination.destination(String destinationTaskGroup, Selection<TaskErrorSelector> resubmitErrors) Create aResubmissionDestinationthat will resubmitTaskStatus.FAILEDTasks that match theSelectionto the destinationTaskGroup.Methods in co.yellowdog.platform.model that return types with arguments of type ResubmissionDestinationModifier and TypeMethodDescriptionFailurePolicy.getResubmissionDestinations()AListofResubmissionDestinations that are evaluated in order from most to least important.Methods in co.yellowdog.platform.model with parameters of type ResubmissionDestinationModifier and TypeMethodDescriptionstatic FailurePolicyFailurePolicy.resubmit(ResubmissionDestination... resubmissionDestinations) Method parameters in co.yellowdog.platform.model with type arguments of type ResubmissionDestinationModifier and TypeMethodDescriptionFailurePolicy.Builder.resubmissionDestinations(List<ResubmissionDestination> resubmissionDestinations) AListofResubmissionDestinations that are evaluated in order from most to least important.static FailurePolicyFailurePolicy.resubmit(List<ResubmissionDestination> resubmissionDestinations)