UNPKG

@atomist/sdm-pack-aspect

Version:

an Atomist SDM Extension Pack for visualizing drift across an organization

13 lines 761 B
import { PlantedTree } from "../../../tree/sunburst"; import { ClientFactory } from "./pgUtils"; import { TreeQuery } from "./ProjectAnalysisResultStore"; /** * Tree where children is one of a range of values, leaves individual repos with one of those values */ export declare function fingerprintsToReposTreeQuery(tq: TreeQuery, clientFactory: ClientFactory): Promise<PlantedTree>; export declare function driftTreeForAllAspects(workspaceId: string, percentile: number, clientFactory: ClientFactory): Promise<PlantedTree>; export declare function driftTreeForSingleAspect(workspaceId: string, percentile: number, options: { repos?: boolean; type?: string; }, clientFactory: ClientFactory): Promise<PlantedTree>; //# sourceMappingURL=repoTree.d.ts.map