Uses of Class
org.opencms.publish.CmsPublishJobFinished
Packages that use CmsPublishJobFinished
-
Uses of CmsPublishJobFinished in org.opencms.publish
Methods in org.opencms.publish that return types with arguments of type CmsPublishJobFinishedModifier 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.Methods in org.opencms.publish with parameters of type CmsPublishJobFinishedModifier 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.