UNPKG

bitbucket-server-utils-cli

Version:

[![NPM](https://img.shields.io/npm/v/bitbucket-server-utils-cli.svg?style=flat-square)](https://www.npmjs.com/package/bitbucket-server-utils-cli)

4 lines (3 loc) 235 B
import BitbucketService from '../bitbucketserver/bitbucket-service'; import { BitbucketServerState } from './Model'; export default function gatherState(bitbucketService: BitbucketService, options: any): Promise<BitbucketServerState>;