Modifier and Type | Method and Description |
---|---|
static VersionInfo |
VersionInfo.checkAndCreate(java.lang.String version) |
static VersionInfo |
VersionInfo.create(java.lang.String version) |
static VersionInfo |
VersionInfo.create(java.lang.String version,
java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
boolean |
VersionInfo.greaterThan(VersionInfo version) |
boolean |
VersionInfo.greaterThanOrEquals(VersionInfo version) |
Modifier and Type | Field and Description |
---|---|
VersionInfo |
DataProtectGeneration.blueMind |
Modifier and Type | Method and Description |
---|---|
DataProtectGeneration |
DataProtectGenerationStore.newGeneration(int id,
java.util.Date startTime,
VersionInfo vi) |
DataProtectGeneration |
DataProtectGenerationStore.newGeneration(VersionInfo version) |
Modifier and Type | Method and Description |
---|---|
BmContext |
BackupDataProvider.create(PartGeneration pgPart,
VersionInfo dpVersion) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Updater> |
SchemaUpgrade.getUpgradePath(VersionInfo source,
VersionInfo target,
java.lang.String component) |
UpdateResult |
SchemaUpgrade.schemaUpgrade(IServerTaskMonitor monitor,
UpgradeReport report,
VersionInfo from,
VersionInfo to) |
UpdateResult |
SchemaUpgrade.schemaUpgrade(IServerTaskMonitor subWork,
UpgradeReport report,
VersionInfo from,
VersionInfo to,
java.lang.String component) |
Modifier and Type | Method and Description |
---|---|
VersionInfo |
Versions.getFrom() |
VersionInfo |
Versions.getTo() |
Modifier and Type | Method and Description |
---|---|
void |
Versions.setFrom(VersionInfo from) |
void |
Versions.setTo(VersionInfo to) |
Constructor and Description |
---|
Versions(VersionInfo from,
VersionInfo to) |
Constructor and Description |
---|
InstallationUpgradeTask(BmContext context,
VersionInfo from,
VersionInfo to) |
Copyright © 2021. All Rights Reserved.