@ConfigurationProperties(prefix="spring.cloud.dataflow.version-info") public class VersionInfoProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VersionInfoProperties.Dependencies
The dependencies that will be returned by the about controller.
|
static class |
VersionInfoProperties.DependencyAboutInfo
Information about the dependency.
|
static class |
VersionInfoProperties.DependencyStatus
Represents 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.Dependencies instance 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.DependencyStatus
public 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.Dependencies
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.