| Package | Description | 
|---|---|
| org.apache.ambari.server.orm.entities | 
| Modifier and Type | Method and Description | 
|---|---|
List<UpgradeHistoryEntity> | 
UpgradeEntity.getHistory()
Gets the history of this component's upgrades and downgrades. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpgradeEntity.addHistory(UpgradeHistoryEntity historicalEntry)
Adds a historical entry for a service component in this upgrade. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpgradeEntity.removeHistories(Collection<UpgradeHistoryEntity> upgradeHistoryEntity)
Removes historical entries for a service component in this upgrade. 
 | 
Copyright © 2022 Apache Software Foundation. All rights reserved.