Package org.opencms.publish
Class CmsPublishJobEnqueued
java.lang.Object
org.opencms.publish.CmsPublishJobBase
org.opencms.publish.CmsPublishJobEnqueued
Defines a read-only publish job that is still waiting for publishing.
- Since:
- 6.5.5
-
Field Summary
Fields inherited from class org.opencms.publish.CmsPublishJobBase
m_publishJob
-
Constructor Summary
ModifierConstructorDescriptionprotected
CmsPublishJobEnqueued
(CmsPublishJobInfoBean publishJob) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the time this object has been created.Returns the list of resources to publish.Returns the list of resources to publish.Returns the report for this publish job.Methods inherited from class org.opencms.publish.CmsPublishJobBase
getLocale, getProjectName, getPublishHistoryId, getSize, getUserId, getUserName, isDirectPublish
-
Constructor Details
-
CmsPublishJobEnqueued
Default constructor.- Parameters:
publishJob
- the delegate publish job
-
-
Method Details
-
getEnqueueTime
Returns the time this object has been created.- Returns:
- the time this object has been created
-
getOriginalPublishList
Returns the list of resources to publish.- Returns:
- the list of resources to publish
-
getPublishList
Returns the list of resources to publish.- Returns:
- the list of resources to publish
-
getReport
Returns the report for this publish job.This is not the original report, it is wrapper that also writes to a temporary file.
- Returns:
- the report for this publish job
-