Uses of Class
org.opencms.publish.CmsPublishJobFinished
-
Uses of CmsPublishJobFinished in org.opencms.publish
Modifier and TypeMethodDescriptionprotected List<CmsPublishJobFinished>
CmsPublishHistory.asList()
Returns an unmodifiable list representation of this list.CmsPublishManager.getPublishHistory()
Returns the publish history list with already publish jobs.CmsPublishManager.getPublishHistory
(CmsUser user) Returns the publish history list with already publish jobs, filtered by the given user.Modifier and TypeMethodDescriptionprotected void
CmsPublishListenerCollection.fireRemove
(CmsPublishJobFinished publishJob) Fires a remove event to all listeners.protected byte[]
CmsPublishEngine.getReportContents
(CmsPublishJobFinished publishJob) Returns the content of the publish report assigned to the given publish job.byte[]
CmsPublishManager.getReportContents
(CmsPublishJobFinished publishJob) Returns the content of the publish report assigned to the given publish job.void
CmsPublishEventAdapter.onRemove
(CmsPublishJobFinished publishJob) void
I_CmsPublishEventListener.onRemove
(CmsPublishJobFinished publishJob) Called once the job is going to be removed from the history.