Class CollectionRunService
java.lang.Object
org.qubership.atp.itf.lite.backend.service.CollectionRunService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUpRequestExecutionHistory(int collectionRunsRemoveDays) Clean up overdue collection run records.
-
Constructor Details
-
CollectionRunService
public CollectionRunService()
-
-
Method Details
-
cleanUpRequestExecutionHistory
@Transactional public void cleanUpRequestExecutionHistory(int collectionRunsRemoveDays) Clean up overdue collection run records.- Parameters:
collectionRunsRemoveDays- records older than collectionRunsRemoveDays will be removed
-