Annotation Type BundlesStartedCheck.Config
-
public static @interface BundlesStartedCheck.Config
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
excludesRegex
String
hc_name
String[]
hc_tags
String
includesRegex
boolean
useCriticalForInactive
String
webconsole_configurationFactory_nameHint
-
-
-
Element Detail
-
hc_name
String hc_name
- Default:
- "Bundles Started"
-
-
-
hc_tags
String[] hc_tags
- Default:
- {}
-
-
-
includesRegex
String includesRegex
- Default:
- ".*"
-
-
-
excludesRegex
String excludesRegex
- Default:
- ""
-
-
-
webconsole_configurationFactory_nameHint
String webconsole_configurationFactory_nameHint
- Default:
- "Bundles started includes: {includesRegex} excludes: {excludesRegex}"
-
-