Uses of Enum Class
org.spincast.plugins.attemptslimiter.AttemptsAutoIncrementType
Packages that use AttemptsAutoIncrementType
Package
Description
-
Uses of AttemptsAutoIncrementType in org.spincast.plugins.attemptslimiter
Methods in org.spincast.plugins.attemptslimiter that return AttemptsAutoIncrementTypeModifier and TypeMethodDescriptionstatic AttemptsAutoIncrementTypeReturns the enum constant of this class with the specified name.static AttemptsAutoIncrementType[]AttemptsAutoIncrementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spincast.plugins.attemptslimiter with parameters of type AttemptsAutoIncrementTypeModifier and TypeMethodDescriptionAttemptsManager.attempt(String attemptName, AttemptsAutoIncrementType attemptsAutoIncrementType, AttemptCriteria... criterias) Gets the currentAttempt, given the action to protect and criterias.AttemptsManagerDefault.attempt(String actionName, AttemptsAutoIncrementType attemptsAutoIncrementType, AttemptCriteria... criterias) -
Uses of AttemptsAutoIncrementType in org.spincast.plugins.attemptslimiter.config
Methods in org.spincast.plugins.attemptslimiter.config that return AttemptsAutoIncrementTypeModifier and TypeMethodDescriptionSpincastAttemptsLimiterPluginConfig.getDefaultAttemptAutoIncrementType()Should theAttemptsManager.attempt(String, org.spincast.plugins.attemptslimiter.AttemptCriteria...)method automatically increment the number of attempts by default, when not specified otherwise?SpincastAttemptsLimiterPluginConfigDefault.getDefaultAttemptAutoIncrementType()