Uses of Enum Class
overit.geocall.scheduler.JobExecution.Type
Packages that use JobExecution.Type
-
Uses of JobExecution.Type in overit.geocall.scheduler
Methods in overit.geocall.scheduler that return JobExecution.TypeModifier and TypeMethodDescriptionJobExecution.getType()Returns aJobExecution.Typeabout theJobExecution.type.static JobExecution.TypeJobExecution.Type.of(long code) Returns aJobExecution.Typecorresponding to the providedcode; or throws aIllegalArgumentExceptionotherwise.static JobExecution.TypeReturns the enum constant of this class with the specified name.static JobExecution.Type[]JobExecution.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in overit.geocall.scheduler with parameters of type JobExecution.TypeModifierConstructorDescriptionJobExecution(String jobId, String jobSource, String description, Runnable task, String agent, Long company, JobExecution.Type type)