Uses of Interface
com.polarion.platform.jobs.IJob
Packages that use IJob
Package
Description
Provides classes and interfaces for handling jobs.
-
Uses of IJob in com.polarion.alm.builder
Methods in com.polarion.alm.builder that return IJobModifier and TypeMethodDescriptionIBuilderService.getJobForBuild
(IBuild build) Return master job associated with given build.IBuilderService.getRunningBuildJob
(IBuildArtifact artifact, String buildDescriptorName, String calculationDescriptorName) IBuilderService.runCleanJob
(String localDeploymentSpaceName) Run clean job on given local deployment space. -
Uses of IJob in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker that return IJobModifier and TypeMethodDescriptionIPlanningManager.getCurrentUpdateJob()
Returns non-null if and only ifIPlanningManager.isUpdateRunning()
returnstrue
.IBaselinesManager.scheduleComparisonJob
(String r1, String r2, IUser author) Schedules the comparison job. -
Uses of IJob in com.polarion.alm.tracker.exporter
Methods in com.polarion.alm.tracker.exporter that return IJob -
Uses of IJob in com.polarion.alm.tracker.importer
Methods in com.polarion.alm.tracker.importer that return IJob -
Uses of IJob in com.polarion.alm.tracker.workreport
Methods in com.polarion.alm.tracker.workreport that return IJobModifier and TypeMethodDescriptionIWorkReportManager.startWorkReport
(String fileName, boolean overwrite, IWorkReportConfiguration configuration) Starts the work report job. -
Uses of IJob in com.polarion.platform.jobs
Methods in com.polarion.platform.jobs that return IJobModifier and TypeMethodDescriptionIJobLogEvent.getJob()
Job which send this event (if any).Return job with given id (if known).IJobStatus.getJob()
Job.IJobUnit.getJob()
AssociatedIJob
.IJob.getParent()
Parent job (if any).Create new job based on given job unit.Methods in com.polarion.platform.jobs that return types with arguments of type IJobModifier and TypeMethodDescriptionIJobManager.getJobs()
Return all available jobs (in any state).Methods in com.polarion.platform.jobs with parameters of type IJobModifier and TypeMethodDescriptionvoid
IJobManager.addJobStateListener
(IJob job, IJobStateListener listener) Add listener for given job.void
IJobManager.finalizeFinishedRootJob
(IJob job) Finalize finished job.IJobManager.getListeners
(IJob job) void
IJobManager.removeFinishedRootJob
(IJob job) Remove finished job.void
IJobManager.removeJobStateListener
(IJob job, IJobStateListener listener) Remove listener for given job.void
Set associatedIJob
.Create new job based on given job unit.void
IJobStateListener.stateChanged
(IJob job, JobState state) Job state changed. -
Uses of IJob in com.polarion.platform.jobs.scheduler
Methods in com.polarion.platform.jobs.scheduler that return IJobModifier and TypeMethodDescriptionIJobSchedulerService.scheduleImmediately
(JobExecutionRequest request) Immediately schedule job for execution. -
Uses of IJob in com.polarion.platform.jobs.spi
Methods in com.polarion.platform.jobs.spi that return IJobMethods in com.polarion.platform.jobs.spi with parameters of type IJobModifier and TypeMethodDescriptionvoid
void
DotStatusFileCreator.stateChanged
(IJob job, JobState state) -
Uses of IJob in com.polarion.platform.jobs.spi.service
Methods in com.polarion.platform.jobs.spi.service that return IJobConstructors in com.polarion.platform.jobs.spi.service with parameters of type IJobModifierConstructorDescriptionJobStatus
(IJobStatus.JobStatusType type, IJob job, String message, Throwable error) Constructor. -
Uses of IJob in com.polarion.platform.persistence
Methods in com.polarion.platform.persistence that return IJobModifier and TypeMethodDescriptionICalculatedFieldsService.recalculate
(IContextId contextId) Starts job that recalculates calculated fields in all objects in given context (recalculation needs to be done after change of calculated fields configuration).ICalculatedFieldsService.recalculate
(IContextId contextId, String nodeId) Starts job that recalculates calculated fields in all objects in given context (recalculation needs to be done after change of calculated fields configuration) and on given node in cluster.