nexus-agents - v2.80.0
    Preparing search index...

    Interface ProvenanceEntry

    Provenance entry for artifact traceability.

    interface ProvenanceEntry {
        artifactId: string;
        plugin: string;
        timestamp: number;
        inputArtifacts: readonly string[];
    }
    Index

    Properties

    artifactId: string
    plugin: string
    timestamp: number
    inputArtifacts: readonly string[]