@atomist/sample-sdm
Version:
Sample Atomist automation for software delivery
9 lines (8 loc) • 496 B
TypeScript
import { MessageGoal, SoftwareDeliveryMachine } from "@atomist/sdm";
import { SoftwareDeliveryMachineConfiguration } from "@atomist/sdm/api/machine/SoftwareDeliveryMachineOptions";
export declare const ImmaterialChangeToJava: MessageGoal;
export declare const EnableSpringBoot: MessageGoal;
/**
* Assemble a machine that suggests the potential to use more SDM features
*/
export declare function evangelicalMachine(configuration: SoftwareDeliveryMachineConfiguration): SoftwareDeliveryMachine;