UNPKG

@atomist/org-visualizer

Version:

Organization Visualizer using Atomist project scanning

22 lines 714 B
import { ClientFactory } from "../analysis/offline/persist/pgUtils"; import { AspectRegistry } from "../aspect/AspectRegistry"; import { PlantedTree } from "../tree/sunburst"; /** * Return a tree from fingerprint name -> instances -> repos * @return {Promise<PlantedTree>} */ export declare function buildFingerprintTree(world: { aspectRegistry: AspectRegistry; clientFactory: ClientFactory; }, params: { workspaceId: string; fingerprintName: string; fingerprintType: string; byName: boolean; otherLabel: boolean; showPresence: boolean; byOrg: boolean; trim: boolean; showProgress: boolean; }): Promise<PlantedTree>; //# sourceMappingURL=buildFingerprintTree.d.ts.map