UNPKG

@atomist/sdm-pack-spring

Version:

Atomist software delivery machine extension pack for Spring and Spring Boot applications

13 lines (12 loc) 302 B
import { GoalWithFulfillment } from "@atomist/sdm"; export interface RiffDeploymentOptions { } /** * Goal for Riff deployment */ export declare class RiffDeployment extends GoalWithFulfillment { /** * Specify Riff deployment */ constructor(opts?: Partial<RiffDeploymentOptions>); }