|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.publish.CmsPublishJobBase
org.opencms.publish.CmsPublishJobRunning
public class CmsPublishJobRunning
Defines a read-only publish job that is being published.
Field Summary |
---|
Fields inherited from class org.opencms.publish.CmsPublishJobBase |
---|
m_publishJob |
Constructor Summary | |
---|---|
protected |
CmsPublishJobRunning(CmsPublishJobInfoBean publishJob)
Default constructor. |
Method Summary | |
---|---|
long |
getEnqueueTime()
Returns the time this object has been created. |
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. |
Methods inherited from class org.opencms.publish.CmsPublishJobBase |
---|
getLocale, getProjectName, getPublishHistoryId, getSize, getUserId, getUserName, isDirectPublish |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CmsPublishJobRunning(CmsPublishJobInfoBean publishJob)
publishJob
- the delegate publish jobMethod Detail |
---|
public long getEnqueueTime()
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()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |