Class PruningJobRunEvent

java.lang.Object
com.atlassian.labs.crowd.directory.pruning.event.PruningJobRunEvent

public class PruningJobRunEvent extends Object
  • 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()