Uses of Class
org.opencms.publish.CmsPublishJobRunning
Package
Description
Classes to handle the OpenCms publish process.
Classes related to publishing and workflow.
-
Uses of CmsPublishJobRunning in org.opencms.publish
Modifier and TypeMethodDescriptionCmsPublishManager.getCurrentPublishJob()
Returns the current running publish job.Modifier and TypeMethodDescriptionprotected void
CmsPublishListenerCollection.fireFinish
(CmsPublishJobRunning publishJob) Fires a finish event to all listeners.void
CmsPublishEventAdapter.onFinish
(CmsPublishJobRunning publishJob) void
I_CmsPublishEventListener.onFinish
(CmsPublishJobRunning publishJob) Called once the job has finished. -
Uses of CmsPublishJobRunning in org.opencms.workflow
Modifier and TypeMethodDescriptionprotected void
CmsExtendedWorkflowManager.onFinishPublishJob
(CmsPublishJobRunning publishJob) Handles finished publish jobs by removing projects of resources in the publish job if they are empty workflow projects.