Class TrashRemovalStatisticHolder
- java.lang.Object
-
- com.atlassian.confluence.impl.retention.analytics.TrashRemovalStatisticHolder
-
public class TrashRemovalStatisticHolder extends Object
Hold trash removal statistics for global and space scopes- Since:
- 7.14.0
-
-
Constructor Summary
Constructors Constructor Description TrashRemovalStatisticHolder()
TrashRemovalStatisticHolder(TrashRemovalStatistic globalStats, TrashRemovalStatistic spaceStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrashRemovalStatistic
getGlobalStats()
TrashRemovalStatistic
getSpaceStats()
-
-
-
Constructor Detail
-
TrashRemovalStatisticHolder
public TrashRemovalStatisticHolder()
-
TrashRemovalStatisticHolder
public TrashRemovalStatisticHolder(TrashRemovalStatistic globalStats, TrashRemovalStatistic spaceStats)
-
-
Method Detail
-
getGlobalStats
public TrashRemovalStatistic getGlobalStats()
-
getSpaceStats
public TrashRemovalStatistic getSpaceStats()
-
-