@atomist/sample-sdm
Version:
Sample Atomist automation for software delivery
8 lines (7 loc) • 409 B
TypeScript
import { SoftwareDeliveryMachine } from "@atomist/sdm";
import { SoftwareDeliveryMachineConfiguration } from "@atomist/sdm/api/machine/SoftwareDeliveryMachineOptions";
/**
* Assemble a machine that only builds and verifies Java artifacts.
* @return {SoftwareDeliveryMachine}
*/
export declare function artifactVerifyingMachine(configuration: SoftwareDeliveryMachineConfiguration): SoftwareDeliveryMachine;