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

    Interface Deployment

    interface Deployment {
        checkOnly: boolean;
        completedDate?: Date;
        date: Date;
        id: string;
        numberComponentsTotal: number;
        quickDeployAvailable: boolean;
        runTestsEnabled: boolean;
        status: DeployStatus;
        testLevel: "" | TestLevel;
        userId: string;
        userName: string;
    }
    Index

    Properties

    checkOnly: boolean
    completedDate?: Date
    date: Date
    id: string
    numberComponentsTotal: number
    quickDeployAvailable: boolean
    runTestsEnabled: boolean
    status: DeployStatus
    testLevel: "" | TestLevel
    userId: string
    userName: string