Uses of Class
org.eclipse.core.runtime.jobs.JobGroup
-
Packages that use JobGroup Package Description org.eclipse.core.runtime.jobs 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 JobGroup Modifier and Type Method Description 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 JobGroup Modifier and Type Method Description void
Job. setJobGroup(JobGroup jobGroup)
Sets the job group to which this job belongs.
-