UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

13 lines 625 B
import { ExtensionPack } from "../../api/machine/ExtensionPack"; import { CompressionMethod } from "../../core/goal/cache/CompressingGoalCache"; import { GoogleCloudStorageCacheConfiguration, GoogleCloudStorageGoalCacheArchiveStore } from "./cache"; export { GoogleCloudStorageCacheConfiguration, GoogleCloudStorageGoalCacheArchiveStore }; /** * Default the goal cache store to a CompressingGoalCache using * [[GoogleCloudStorageGoalCacheArchiveStore]] as its storage back * end. */ export declare function gcpSupport(options?: { compression?: CompressionMethod; }): ExtensionPack; //# sourceMappingURL=index.d.ts.map