Class CmsPublishJobRunning

java.lang.Object
org.opencms.publish.CmsPublishJobBase
org.opencms.publish.CmsPublishJobRunning

Defines a read-only publish job that is being published.

Since:
6.5.5
  • Constructor Details

  • Method Details

    • getEnqueueTime

      public long 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
      See Also:
    • getStartTime

      public long getStartTime()
      Returns the time the publish job did actually start.

      Returns:
      the time the publish job did actually start
    • getThreadUUID

      Returns the UUID of the running publish thread.

      Returns:
      the UUID of the running publish thread