Uses of Class
org.mineskin.JobCheckOptions
Packages that use JobCheckOptions
-
Uses of JobCheckOptions in org.mineskin
Methods in org.mineskin that return JobCheckOptionsModifier and TypeMethodDescriptionstatic JobCheckOptionsJobCheckOptions.create()Creates a JobCheckOptions instance with default values.static JobCheckOptionsJobCheckOptions.create(ScheduledExecutorService scheduler) Creates a JobCheckOptions instance with default values.JobCheckOptions.withInitialDelay(int initialDelayMillis) JobCheckOptions.withInitialDelay(int initialDelay, TimeUnit unit) JobCheckOptions.withInterval(RequestInterval interval) JobCheckOptions.withMaxAttempts(int maxAttempts) JobCheckOptions.withUseEta()Sets the option to use the estimated completion time provided by the server to schedule the first check.