Class HealthEndpointProperties.Group
java.lang.Object
org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthProperties
org.springframework.boot.health.autoconfigure.actuate.endpoint.HealthEndpointProperties.Group
- Enclosing class:
HealthEndpointProperties
A health endpoint group.
- Since:
- 4.0.0
- Author:
- Phillip Webb, Leo Li
-
Nested Class Summary
Nested classes/interfaces inherited from class HealthProperties
HealthProperties.Status -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable ShowvoidsetAdditionalPath(@Nullable String additionalPath) voidsetExclude(@Nullable Set<String> exclude) voidsetInclude(@Nullable Set<String> include) voidsetShowDetails(@Nullable Show showDetails) Methods inherited from class HealthProperties
getRoles, getShowComponents, getStatus, setRoles, setShowComponents
-
Field Details
-
SERVER_PREFIX
- See Also:
-
MANAGEMENT_PREFIX
- See Also:
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getInclude
-
setInclude
-
getExclude
-
setExclude
-
getShowDetails
- Specified by:
getShowDetailsin classHealthProperties
-
setShowDetails
-
getAdditionalPath
-
setAdditionalPath
-