Uses of Class
org.springframework.cloud.dataflow.server.config.VersionInfoProperties
Packages that use VersionInfoProperties
Package
Description
Spring Cloud Data Flow Server configuration classes.
Spring Cloud Data Flow Server Controllers.
-
Uses of VersionInfoProperties in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config with parameters of type VersionInfoPropertiesModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.aboutController(ObjectProvider<StreamDeployer> streamDeployer, ObjectProvider<LauncherRepository> launcherRepository, FeaturesProperties featuresProperties, VersionInfoProperties versionInfoProperties, org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean, DataflowMetricsProperties monitoringDashboardInfoProperties, ObjectProvider<org.springframework.boot.actuate.info.GitInfoContributor> gitInfoContributor, ObjectProvider<org.springframework.boot.actuate.info.BuildInfoContributor> buildInfoContributor) -
Uses of VersionInfoProperties in org.springframework.cloud.dataflow.server.controller
Constructors in org.springframework.cloud.dataflow.server.controller with parameters of type VersionInfoPropertiesModifierConstructorDescriptionAboutController(StreamDeployer streamDeployer, LauncherRepository launcherRepository, FeaturesProperties featuresProperties, VersionInfoProperties versionInfoProperties, org.springframework.cloud.common.security.support.SecurityStateBean securityStateBean, DataflowMetricsProperties monitoringProperties, ObjectProvider<org.springframework.boot.actuate.info.GitInfoContributor> gitInfoContributor, ObjectProvider<org.springframework.boot.actuate.info.BuildInfoContributor> buildInfoContributor)