UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

17 lines 618 B
import { PredicatePushTest } from "../../../api/mapping/PushTest"; import { DependencySpecifier } from "./VersionedArtifact"; /** * Is this a Maven project */ export declare const IsMaven: PredicatePushTest; /** * Does the project declare the given dependency? * @return {PredicatePushTest} */ export declare function hasDeclaredDependency(on: DependencySpecifier): PredicatePushTest; /** * Does the project depend on the given artifact, even indirectly? * @return {PredicatePushTest} */ export declare function hasDependency(on: DependencySpecifier): PredicatePushTest; //# sourceMappingURL=pushTests.d.ts.map