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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionalPath(String additionalPath) voidsetExclude(Set<String> exclude) voidsetInclude(Set<String> include) voidsetShowDetails(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:
getShowDetailsin classHealthProperties
-
setShowDetails
-
getAdditionalPath
-
setAdditionalPath
-