public class PruningJobRunAnalyticsEvent extends Object implements CrowdAnalyticsEvent
| Constructor and Description |
|---|
PruningJobRunAnalyticsEvent(long usersDeactivated,
long usersDeleted,
boolean error) |
| Modifier and Type | Method and Description |
|---|---|
long |
getUsersDeactivated() |
long |
getUsersDeleted() |
boolean |
isError()
If true it means there was an uncaught exception during pruning job.
|
Copyright © 2024 Atlassian. All rights reserved.