UNPKG

morning-builds-core

Version:

Core functionality for Morning Builds

8 lines (7 loc) 212 B
/// <reference types="jest" /> export declare class BambooClient { fetchFailingBuilds: jest.Mock<{}>; fetchFailingTests: jest.Mock<{}>; fetchLabels: jest.Mock<{}>; fetchComments: jest.Mock<{}>; }