Class RuntimeEnvironmentDetails
java.lang.Object
org.springframework.cloud.dataflow.rest.resource.about.RuntimeEnvironmentDetails
Provides runtime environment details for either a deployer or task launcher.
- Author:
- Gunnar Hillert
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor for serialization frameworks. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDeployerImplementationVersion
(String deployerImplementationVersion) void
setDeployerName
(String deployerName) void
setDeployerSpiVersion
(String deployerSpiVersion) void
setJavaVersion
(String javaVersion) void
setPlatformApiVersion
(String platformApiVersion) void
setPlatformClientVersion
(String platformClientVersion) void
setPlatformHostVersion
(String platformHostVersion) void
setPlatformSpecificInfo
(Map<String, String> platformSpecificInfo) void
setPlatformType
(String platformType) void
setSpringBootVersion
(String springBootVersion) void
setSpringVersion
(String springVersion)
-
Constructor Details
-
RuntimeEnvironmentDetails
public RuntimeEnvironmentDetails()Default constructor for serialization frameworks.
-
-
Method Details
-
getDeployerImplementationVersion
-
setDeployerImplementationVersion
-
getDeployerName
-
setDeployerName
-
getDeployerSpiVersion
-
setDeployerSpiVersion
-
getJavaVersion
-
setJavaVersion
-
getPlatformApiVersion
-
setPlatformApiVersion
-
getPlatformClientVersion
-
setPlatformClientVersion
-
getPlatformHostVersion
-
setPlatformHostVersion
-
getPlatformSpecificInfo
-
setPlatformSpecificInfo
-
getPlatformType
-
setPlatformType
-
getSpringBootVersion
-
setSpringBootVersion
-
getSpringVersion
-
setSpringVersion
-