Class TrashRemovalJobCompletedEvent
- java.lang.Object
-
- com.atlassian.confluence.impl.retention.analytics.TrashRemovalJobCompletedEvent
-
public class TrashRemovalJobCompletedEvent extends Object
- Since:
- 7.14.0
-
-
Constructor Summary
Constructors Constructor Description TrashRemovalJobCompletedEvent(RemovalType type, TrashRemovalStatisticHolder stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrashRemovalStatisticHolder
getStatisticHolder()
RemovalType
getType()
-
-
-
Constructor Detail
-
TrashRemovalJobCompletedEvent
public TrashRemovalJobCompletedEvent(RemovalType type, TrashRemovalStatisticHolder stats)
-
-
Method Detail
-
getType
public RemovalType getType()
-
getStatisticHolder
public TrashRemovalStatisticHolder getStatisticHolder()
-
-