Class ExpiredUserVerificationTokenCleanupJob

  • All Implemented Interfaces:
    com.atlassian.scheduler.JobRunner

    @Deprecated(since="8.8.0",
                forRemoval=true)
    public class ExpiredUserVerificationTokenCleanupJob
    extends Object
    implements com.atlassian.scheduler.JobRunner
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.8.0. Will be removed in 9.0
    This job runs daily and clean up the expired user verification tokens in the bandana table.
    Since:
    8.2.0
    • Constructor Detail

      • ExpiredUserVerificationTokenCleanupJob

        public ExpiredUserVerificationTokenCleanupJob​(UserVerificationTokenManager userVerificationTokenManager)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • runJob

        public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob​(com.atlassian.scheduler.JobRunnerRequest request)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        runJob in interface com.atlassian.scheduler.JobRunner