Uses of Enum Class
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Package
Description
Auto-configuration for actuator info concerns.
Classes for application info.
-
Uses of InfoPropertiesInfoContributor.Mode in org.springframework.boot.actuate.autoconfigure.info
Modifier and TypeMethodDescriptionvoid
InfoContributorProperties.Git.setMode
(InfoPropertiesInfoContributor.Mode mode) -
Uses of InfoPropertiesInfoContributor.Mode in org.springframework.boot.actuate.info
Modifier and TypeMethodDescriptionprotected final InfoPropertiesInfoContributor.Mode
InfoPropertiesInfoContributor.getMode()
Return the mode that should be used to expose the content.Returns the enum constant of this class with the specified name.static InfoPropertiesInfoContributor.Mode[]
InfoPropertiesInfoContributor.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGitInfoContributor
(GitProperties properties, InfoPropertiesInfoContributor.Mode mode) protected
InfoPropertiesInfoContributor
(T properties, InfoPropertiesInfoContributor.Mode mode)