Package org.opencms.publish
Class CmsPublishJobFinished
java.lang.Object
org.opencms.publish.CmsPublishJobBase
org.opencms.publish.CmsPublishJobFinished
Defines a read-only publish job that has been already published.
- Since:
- 6.5.5
-
Field Summary
Fields inherited from class org.opencms.publish.CmsPublishJobBase
m_publishJob -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCmsPublishJobFinished(CmsPublishJobInfoBean publishJob) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the time this object has been created.longReturns the time the publish job ends.longReturns the time the publish job did actually start.Methods inherited from class org.opencms.publish.CmsPublishJobBase
getLocale, getProjectName, getPublishHistoryId, getSize, getUserId, getUserName, isDirectPublish
-
Constructor Details
-
CmsPublishJobFinished
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
-
getFinishTime
Returns the time the publish job ends.- Returns:
- the time the publish job ends
-
getStartTime
Returns the time the publish job did actually start.- Returns:
- the time the publish job did actually start
-