-
Method Summary
Returns the most recent log entries for the given repository, ordered newest first.
Returns the distinct repo full names that have ever synced an artifact whose key contains the given keyword (case-insensitive).
void
Deletes the oldest rows for the repository, keeping only the keepCount most recent.
-
Method Details
-
findRecentByRepo
List<GitSyncLog> findRecentByRepo(String repoFullName,
int limit)
Returns the most recent log entries for the given repository, ordered newest first.
-
pruneRepo
void pruneRepo(String repoFullName,
int keepCount)
Deletes the oldest rows for the repository, keeping only the keepCount most recent.
-
findReposByArtifactKey
Returns the distinct repo full names that have ever synced an artifact whose key contains the given keyword (case-insensitive).