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

    Interface DeploymentApi

    interface DeploymentApi {
        cancelDeploy(id: string): Promise<DeployResult>;
        checkDeployStatus(
            id: string,
            includeDetails?: boolean,
        ): Promise<DeployResult>;
        deploy(
            data: string | Buffer<ArrayBufferLike> | Stream,
            deployOptions: DeployOptions,
        ): Promise<DeployResult>;
        deployRecentValidation(id: string): Promise<DeployResult>;
    }

    Implemented by

    Index

    Methods