UNPKG

morning-builds-core

Version:

Core functionality for Morning Builds

12 lines (11 loc) 350 B
export declare const createBuild: (attrs: any) => any; export declare const createTest: (attrs: any) => any; export declare const createIssue: (attrs: any) => any; export declare const config: { jiraUrl: string; jiraUsername: string; jiraPassword: string; bambooUrl: string; bambooUsername: string; bambooPassword: string; };