File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -409,21 +409,6 @@ export class License implements LicenseProvider {
409
409
return this . getValue ( LICENSE_QUOTAS . WORKFLOW_HISTORY_PRUNE_LIMIT ) ?? UNLIMITED_LICENSE_QUOTA ;
410
410
}
411
411
412
- /** @deprecated Use `LicenseState` instead. */
413
- getInsightsMaxHistory ( ) {
414
- return this . getValue ( LICENSE_QUOTAS . INSIGHTS_MAX_HISTORY_DAYS ) ?? 7 ;
415
- }
416
-
417
- /** @deprecated Use `LicenseState` instead. */
418
- getInsightsRetentionMaxAge ( ) {
419
- return this . getValue ( LICENSE_QUOTAS . INSIGHTS_RETENTION_MAX_AGE_DAYS ) ?? 180 ;
420
- }
421
-
422
- /** @deprecated Use `LicenseState` instead. */
423
- getInsightsRetentionPruneInterval ( ) {
424
- return this . getValue ( LICENSE_QUOTAS . INSIGHTS_RETENTION_PRUNE_INTERVAL_DAYS ) ?? 24 ;
425
- }
426
-
427
412
/** @deprecated Use `LicenseState` instead. */
428
413
getTeamProjectLimit ( ) {
429
414
return this . getValue ( LICENSE_QUOTAS . TEAM_PROJECT_LIMIT ) ?? 0 ;
You can’t perform that action at this time.
0 commit comments