dc-management-sdk-js
    Preparing search index...

    Class PublishingJob

    Class representing the Publishing Jobs resource. A publishing job can be retrieved by id and also cancelled by id.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    createdBy: string

    User who created the Publishing Job

    createdDate: string

    Timestamp representing when the Publishing Job was created

    id: string

    ID of the publishing job

    publishErrorStatus?: string

    Publish error status (only present if state=FAILED)

    related: { cancel: () => Promise<PublishingJob> } = ...

    Type declaration

    state: PublishingJobStatus

    State of Publishing Job

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>