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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSpringCloudDataflowCore(VersionInfoProperties.DependencyAboutInfo springCloudDataflowCore) Establish theVersionInfoProperties.DependencyAboutInfofor the core.voidsetSpringCloudDataflowDashboard(VersionInfoProperties.DependencyAboutInfo springCloudDataflowDashboard) Establish theVersionInfoProperties.DependencyAboutInfofor the dashboard.voidsetSpringCloudDataflowImplementation(VersionInfoProperties.DependencyAboutInfo springCloudDataflowImplementation) Establish theVersionInfoProperties.DependencyAboutInfofor the implementation.voidsetSpringCloudDataflowShell(VersionInfoProperties.DependencyAboutInfo springCloudDataflowShell) Establish theVersionInfoProperties.DependencyAboutInfofor the shell.
-
Constructor Details
-
Dependencies
public Dependencies()
-
-
Method Details
-
getSpringCloudDataflowShell
- Returns:
VersionInfoProperties.DependencyAboutInfofor the shell.
-
setSpringCloudDataflowShell
public void setSpringCloudDataflowShell(VersionInfoProperties.DependencyAboutInfo springCloudDataflowShell) Establish theVersionInfoProperties.DependencyAboutInfofor the shell.- Parameters:
springCloudDataflowShell- theVersionInfoProperties.DependencyAboutInfocontaining information about the shell.
-
getSpringCloudDataflowCore
- Returns:
VersionInfoProperties.DependencyAboutInfofor the core.
-
setSpringCloudDataflowCore
public void setSpringCloudDataflowCore(VersionInfoProperties.DependencyAboutInfo springCloudDataflowCore) Establish theVersionInfoProperties.DependencyAboutInfofor the core.- Parameters:
springCloudDataflowCore- theVersionInfoProperties.DependencyAboutInfocontaining information about the core.
-
getSpringCloudDataflowDashboard
- Returns:
VersionInfoProperties.DependencyAboutInfofor the dashboard.
-
setSpringCloudDataflowDashboard
public void setSpringCloudDataflowDashboard(VersionInfoProperties.DependencyAboutInfo springCloudDataflowDashboard) Establish theVersionInfoProperties.DependencyAboutInfofor the dashboard.- Parameters:
springCloudDataflowDashboard- theVersionInfoProperties.DependencyAboutInfocontaining information about the dashboard.
-
getSpringCloudDataflowImplementation
- Returns:
VersionInfoProperties.DependencyAboutInfofor the implementation.
-
setSpringCloudDataflowImplementation
public void setSpringCloudDataflowImplementation(VersionInfoProperties.DependencyAboutInfo springCloudDataflowImplementation) Establish theVersionInfoProperties.DependencyAboutInfofor the implementation.- Parameters:
springCloudDataflowImplementation- theVersionInfoProperties.DependencyAboutInfocontaining information about the implementation.
-