public class CmsPublishJobRunning extends CmsPublishJobBase
m_publishJob
Modifier | Constructor and Description |
---|---|
protected |
CmsPublishJobRunning(CmsPublishJobInfoBean publishJob)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getEnqueueTime()
Returns the time this object has been created.
|
CmsPublishList |
getOriginalPublishList()
Returns the list of resources to publish.
|
CmsPublishList |
getPublishList()
Returns the list of resources to publish.
|
I_CmsReport |
getReport()
Returns the report for this publish job.
|
long |
getStartTime()
Returns the time the publish job did actually start.
|
CmsUUID |
getThreadUUID()
Returns the UUID of the running publish thread.
|
getLocale, getProjectName, getPublishHistoryId, getSize, getUserId, getUserName, isDirectPublish
protected CmsPublishJobRunning(CmsPublishJobInfoBean publishJob)
publishJob
- the delegate publish jobpublic long getEnqueueTime()
public CmsPublishList getOriginalPublishList()
public CmsPublishList getPublishList()
public I_CmsReport getReport()
This is not the original report, it is wrapper that also writes to a temporary file.
CmsPublishJobEnqueued.getReport()
public long getStartTime()
public CmsUUID getThreadUUID()