Class HealthEndpointProperties.Group
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.HealthProperties
org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- Enclosing class:
- HealthEndpointProperties
A health endpoint group.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
HealthProperties.Status
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAdditionalPath
(String additionalPath) void
setExclude
(Set<String> exclude) void
setInclude
(Set<String> include) void
setShowDetails
(Show showDetails) Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.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:
getShowDetails
in classHealthProperties
-
setShowDetails
-
getAdditionalPath
-
setAdditionalPath
-