Class PruningJobRunEvent
java.lang.Object
com.atlassian.labs.crowd.directory.pruning.event.PruningJobRunEvent
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PruningJobRunEvent
public PruningJobRunEvent(long usersDeactivated, long usersDeleted, boolean error)
-
-
Method Details
-
getUsersDeactivated
public long getUsersDeactivated() -
getUsersDeleted
public long getUsersDeleted() -
isError
public boolean isError()
-