Interface TenantPropertyKeys
public interface TenantPropertyKeys
Defines common tenant property keys.
For service limit defaults see com.codebarrel.automation.api.service.limit.ServiceLimits.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringUsed to disable old style static webhooks when dynamic webhooks are enabled on a tenant, so we can avoid duplicate events.static final StringDenotes what jira fields should be excluded in when IssueBean is created by IssueBeanTransformerstatic final Stringstatic final Stringstatic final StringDenotes how many issues should be listed with lookup issuesstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringDenotes how often the job to populate performance rule insights for rollup type DAY will run.static final StringDenotes how often the job to populate performance rule insights for rollup type HOUR will run.static final StringDenotes how often the job to populate performance rule insights for rollup type MINUTE will run.static final Stringstatic final StringDenotes the window duration for looking up stale entries.static final StringDenotes the minimum duration for an entry to be considered stale.static final StringDenotes how often the job to update stale in-progress entries will run.static final Stringstatic final StringDenotes if URLAllowListService is activestatic final String
-
Field Details
-
PERMISSION_PROJECT_ADMIN_ALLOW
- See Also:
-
PERMISSION_PROJECT_ADMIN_GROUPS
- See Also:
-
NEWS_DIALOG_DISABLED
- See Also:
-
SURVEY_DISABLED
- See Also:
-
BRANCH_RULE_IMMEDIATE_PRIORITY_ITEM_LIMIT
- See Also:
-
AUDIT_LOG_RETENTION_PERIOD_DAYS
- See Also:
-
AUTOMATION_PROCESSING_THREAD_POOL_SIZE
- See Also:
-
AUTOMATION_EVENT_SERIALIZER_THREAD_POOL_SIZE
- See Also:
-
LEGACY_NAME_RULE_COMPONENT_IDS
- See Also:
-
MAX_ISSUES_PER_SEARCH
- See Also:
-
MAX_PROCESSING_TIME_PER_DAY
- See Also:
-
RATE_OF_RULES_PER_5_SEC
- See Also:
-
MAX_RULES_PER_HOUR
- See Also:
-
MAX_QUEUED_ITEMS_PER_RULE
- See Also:
-
MAX_TOTAL_QUEUED_ITEMS
- See Also:
-
AGGRESSIVE_TIMEOUT_THRESHOLD
- See Also:
-
SHORT_SCHEDULED_INTERVAL_ISSUE_LIMIT
- See Also:
-
ANONYMOUS_USAGE_STATS_DISABLED
- See Also:
-
DYNAMIC_WEBHOOKS_ENABLED
Used to disable old style static webhooks when dynamic webhooks are enabled on a tenant, so we can avoid duplicate events.- See Also:
-
GLOBAL_RULE_EXECUTION_OVERRIDE
- See Also:
-
URL_ALLOWLIST_ENABLED
Denotes if URLAllowListService is active- See Also:
-
OUTGOING_WEBHOOK_TIMEOUT_MS
- See Also:
-
USER_CONDITION_GET_USERS_LIMIT
- See Also:
-
REGEX_TIMEOUT
- See Also:
-
REGEX_TIMEOUT_AFTER_CHAR_INTERVAL
- See Also:
-
FIELD_TYPES_TO_EXCLUDE
Denotes what jira fields should be excluded in when IssueBean is created by IssueBeanTransformer- See Also:
-
LOOKUP_ISSUES_RESULT_LIMIT
Denotes how many issues should be listed with lookup issues- See Also:
-
RULE_INSIGHTS_ROLLUP_MINUTE_JOB_INTERVAL
Denotes how often the job to populate performance rule insights for rollup type MINUTE will run. The unit is minute. The default value is 1 minute.- See Also:
-
RULE_INSIGHTS_ROLLUP_HOUR_JOB_INTERVAL
Denotes how often the job to populate performance rule insights for rollup type HOUR will run. The unit is minute. The default value is 5 minutes.- See Also:
-
RULE_INSIGHTS_ROLLUP_DAY_JOB_INTERVAL
Denotes how often the job to populate performance rule insights for rollup type DAY will run. The unit is minute. The default value is 5 minutes.- See Also:
-
STALE_ENTRY_UPDATE_JOB_CRON
Denotes how often the job to update stale in-progress entries will run. It's a cron expression and the default value is to run evert 24 hours.- See Also:
-
STALE_ENTRY_LOOKUP_WINDOW_DURATION_IN_MINUTES
Denotes the window duration for looking up stale entries. The unit is minutes. The default value is 2880 minutes (48 hours)- See Also:
-
STALE_ENTRY_MIN_STALE_DURATION_IN_MINUTE
Denotes the minimum duration for an entry to be considered stale. The unit is minute. The default value is 720 minutes (12 hours).- See Also:
-