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

    Class DatapackDeploymentSpecGroup

    Groups multiple spec implementation together and executes them in sequence, specs can be added to the group and only for the exposed methods on the specs the group will expose implementations.

    The order of execution of the specs is determine by the order in which they are added to the group.

    Implements

    Index

    Constructors

    Properties

    specFns: Map<string, ((...args: any[]) => any)[]> = ...

    Methods