Uses of Interface
me.fami6xx.rpuniverse.core.jobs.types.JobType
Packages that use JobType
-
Uses of JobType in me.fami6xx.rpuniverse.core.jobs
Methods in me.fami6xx.rpuniverse.core.jobs that return JobTypeModifier and TypeMethodDescriptionJob.getJobType()Retrieves the job type of the job.JobsHandler.getJobTypeByName(String name)Get a job type by its nameMethods in me.fami6xx.rpuniverse.core.jobs that return types with arguments of type JobTypeMethods in me.fami6xx.rpuniverse.core.jobs with parameters of type JobTypeModifier and TypeMethodDescriptionvoidJobsHandler.addJobType(JobType jobType)Adds a JobType to the list of job types.voidJob.setJobType(@NotNull JobType jobType)Sets the job type of the job. -
Uses of JobType in me.fami6xx.rpuniverse.core.jobs.types
Methods in me.fami6xx.rpuniverse.core.jobs.types that return JobTypeModifier and TypeMethodDescriptionJobType.getNewInstance(Job job)Should return just a new instance of the JobType.