Member Junction
    Preparing search index...

    Identifies an artifact (and the version) that a run created.

    interface CreatedArtifactInfo {
        artifactId: string;
        versionId: string;
        versionNumber: number;
    }
    Index

    Properties

    artifactId: string
    versionId: string
    versionNumber: number