@ConfigurationProperties(prefix="spring.cloud.skipper.server.version-info") public class VersionInfoProperties extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VersionInfoProperties.DependenciesThe dependencies that will be returned by the about controller. | 
| static class  | VersionInfoProperties.DependencyAboutInfoInformation about the dependency. | 
| static class  | VersionInfoProperties.DependencyStatusRepresents whether dependency information should be returned as a part
 of the about result set. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | VERSION_INFO_PREFIX | 
| Constructor and Description | 
|---|
| VersionInfoProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionInfoProperties.Dependencies | getDependencies() | 
| VersionInfoProperties.DependencyStatus | getDependencyFetch() | 
| void | setDependencies(VersionInfoProperties.Dependencies dependencies)Establishes the  VersionInfoProperties.Dependenciesinstance that contains information
 about the dependencies. | 
| void | setDependencyFetch(VersionInfoProperties.DependencyStatus dependencyFetch)Establish whether checksum information should be returned. | 
public static final String VERSION_INFO_PREFIX
public VersionInfoProperties.DependencyStatus getDependencyFetch()
VersionInfoProperties.DependencyStatus that determines if
 checksum information should be returned.public void setDependencyFetch(VersionInfoProperties.DependencyStatus dependencyFetch)
dependencyFetch - instance of VersionInfoProperties.DependencyStatuspublic VersionInfoProperties.Dependencies getDependencies()
VersionInfoProperties.Dependencies containing about information
 about dependencies.public void setDependencies(VersionInfoProperties.Dependencies dependencies)
VersionInfoProperties.Dependencies instance that contains information
 about the dependencies.dependencies - instance of VersionInfoProperties.DependenciesCopyright © 2022 Pivotal Software, Inc.. All rights reserved.