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 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 JobGroup Modifier and Type Method Description voidJob. setJobGroup(JobGroup jobGroup)Sets the job group to which this job belongs.
-