Class VersionInfoProperties.Dependencies
java.lang.Object
org.springframework.cloud.dataflow.server.config.VersionInfoProperties.Dependencies
- Enclosing class:
- VersionInfoProperties
The dependencies that will be returned by the about controller.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSpringCloudDataflowCore
(VersionInfoProperties.DependencyAboutInfo springCloudDataflowCore) Establish theVersionInfoProperties.DependencyAboutInfo
for the core.void
setSpringCloudDataflowDashboard
(VersionInfoProperties.DependencyAboutInfo springCloudDataflowDashboard) Establish theVersionInfoProperties.DependencyAboutInfo
for the dashboard.void
setSpringCloudDataflowImplementation
(VersionInfoProperties.DependencyAboutInfo springCloudDataflowImplementation) Establish theVersionInfoProperties.DependencyAboutInfo
for the implementation.void
setSpringCloudDataflowShell
(VersionInfoProperties.DependencyAboutInfo springCloudDataflowShell) Establish theVersionInfoProperties.DependencyAboutInfo
for the shell.
-
Constructor Details
-
Dependencies
public Dependencies()
-
-
Method Details
-
getSpringCloudDataflowShell
- Returns:
VersionInfoProperties.DependencyAboutInfo
for the shell.
-
setSpringCloudDataflowShell
public void setSpringCloudDataflowShell(VersionInfoProperties.DependencyAboutInfo springCloudDataflowShell) Establish theVersionInfoProperties.DependencyAboutInfo
for the shell.- Parameters:
springCloudDataflowShell
- theVersionInfoProperties.DependencyAboutInfo
containing information about the shell.
-
getSpringCloudDataflowCore
- Returns:
VersionInfoProperties.DependencyAboutInfo
for the core.
-
setSpringCloudDataflowCore
public void setSpringCloudDataflowCore(VersionInfoProperties.DependencyAboutInfo springCloudDataflowCore) Establish theVersionInfoProperties.DependencyAboutInfo
for the core.- Parameters:
springCloudDataflowCore
- theVersionInfoProperties.DependencyAboutInfo
containing information about the core.
-
getSpringCloudDataflowDashboard
- Returns:
VersionInfoProperties.DependencyAboutInfo
for the dashboard.
-
setSpringCloudDataflowDashboard
public void setSpringCloudDataflowDashboard(VersionInfoProperties.DependencyAboutInfo springCloudDataflowDashboard) Establish theVersionInfoProperties.DependencyAboutInfo
for the dashboard.- Parameters:
springCloudDataflowDashboard
- theVersionInfoProperties.DependencyAboutInfo
containing information about the dashboard.
-
getSpringCloudDataflowImplementation
- Returns:
VersionInfoProperties.DependencyAboutInfo
for the implementation.
-
setSpringCloudDataflowImplementation
public void setSpringCloudDataflowImplementation(VersionInfoProperties.DependencyAboutInfo springCloudDataflowImplementation) Establish theVersionInfoProperties.DependencyAboutInfo
for the implementation.- Parameters:
springCloudDataflowImplementation
- theVersionInfoProperties.DependencyAboutInfo
containing information about the implementation.
-