Uses of Enum Class
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.info that return InfoPropertiesInfoContributor.ModeMethods in org.springframework.boot.actuate.autoconfigure.info with parameters of type InfoPropertiesInfoContributor.ModeModifier and TypeMethodDescriptionvoidInfoContributorProperties.Git.setMode(InfoPropertiesInfoContributor.Mode mode) -
Uses of InfoPropertiesInfoContributor.Mode in org.springframework.boot.actuate.info
Methods in org.springframework.boot.actuate.info that return InfoPropertiesInfoContributor.ModeModifier and TypeMethodDescriptionprotected final InfoPropertiesInfoContributor.ModeInfoPropertiesInfoContributor.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.Constructors in org.springframework.boot.actuate.info with parameters of type InfoPropertiesInfoContributor.ModeModifierConstructorDescriptionGitInfoContributor(GitProperties properties, InfoPropertiesInfoContributor.Mode mode) protectedInfoPropertiesInfoContributor(T properties, InfoPropertiesInfoContributor.Mode mode)