vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Class SalesforceDeployService

    Index

    Constructors

    Properties

    logger: Logger

    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