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
ConstructorsConstructorDescriptionDefault constructor for serialization frameworks. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeployerImplementationVersion(String deployerImplementationVersion) voidsetDeployerName(String deployerName) voidsetDeployerSpiVersion(String deployerSpiVersion) voidsetJavaVersion(String javaVersion) voidsetPlatformApiVersion(String platformApiVersion) voidsetPlatformClientVersion(String platformClientVersion) voidsetPlatformHostVersion(String platformHostVersion) voidsetPlatformSpecificInfo(Map<String, String> platformSpecificInfo) voidsetPlatformType(String platformType) voidsetSpringBootVersion(String springBootVersion) voidsetSpringVersion(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
-