Hierarchy

  • SalesforceDeployService

Constructors

Properties

logger: Logger
metadataRegister: MetadataRegistry

Methods

  • Split the manifest into chunks of metadata types that can be retrieved in parallel; when a metadata type has child metadata types, all child metadata types are retrieved in the same chunk as the parent. All other metadata types are retrieved in separate chunks.

    Parameters

    • manifest: PackageManifest

      Manifest to split

    • typesPerChunk: number

      Number of metadata types to retrieve in a single chunk

    Returns PackageManifest[]

    Array of manifests that can be retrieved in parallel