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 JobGroup
Job.getJobGroup()
Returns the job group this job belongs to, ornull
if this job does not belongs to any group.Methods in org.eclipse.core.runtime.jobs with parameters of type JobGroupModifier and TypeMethodDescriptionfinal void
Job.setJobGroup
(JobGroup jobGroup) Sets the job group to which this job belongs.