@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
9 lines • 502 B
TypeScript
import { SoftwareDeliveryMachine } from "../../api/machine/SoftwareDeliveryMachine";
import { CommandHandlerRegistration } from "../../api/registration/CommandHandlerRegistration";
/**
* Return a command handler that can describe the present software delivery machine
* @param {SoftwareDeliveryMachine} sdm
* @return {HandleCommand<EmptyParameters>}
*/
export declare function selfDescribeCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration;
//# sourceMappingURL=SelfDescribe.d.ts.map