Uses of Class
org.eclipse.core.runtime.jobs.JobGroup
Packages that use JobGroup
Package
Description
Provides core support for scheduling and interacting with background activity.
-
Uses of JobGroup in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs that return JobGroupModifier and TypeMethodDescriptionfinal JobGroupJob.getJobGroup()Returns the job group this job belongs to, ornullif this job does not belongs to any group.Methods in org.eclipse.core.runtime.jobs with parameters of type JobGroupModifier and TypeMethodDescriptionfinal voidJob.setJobGroup(JobGroup jobGroup) Sets the job group to which this job belongs.