Uses of Class
org.eclipse.equinox.p2.operations.ProvisioningJob
Package
Description
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
-
Uses of ProvisioningJob in org.eclipse.equinox.p2.operations
Modifier and TypeClassDescriptionclass
A job that modifies a profile according to a specified provisioning plan.Modifier and TypeMethodDescriptionProfileChangeOperation.getProvisioningJob
(IProgressMonitor monitor) Return a provisioning job that can be used to perform the resolved operation.RemediationOperation.getProvisioningJob
(IProgressMonitor monitor) final ProvisioningJob
ProfileChangeOperation.getResolveJob
(IProgressMonitor monitor) Return a job that can be used to resolve this operation in the background. -
Uses of ProvisioningJob in org.eclipse.equinox.p2.ui
Modifier and TypeClassDescriptionclass
A job that loads a set of metadata repositories and caches the loaded repositories.Modifier and TypeMethodDescriptionvoid
ProvisioningUI.schedule
(ProvisioningJob job, int errorStyle) Schedule a job to execute the supplied ProvisioningOperation.