UNPKG

853 BTypeScriptView Raw
1import { ProjectOperationCredentials } from "@atomist/automation-client/lib/operations/common/ProjectOperationCredentials";
2import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
3import { NewRepoCreationParameters } from "@atomist/automation-client/lib/operations/generate/NewRepoCreationParameters";
4export declare class BitBucketRepoCreationParameters extends NewRepoCreationParameters {
5 githubToken: string;
6 apiUrl: string;
7 get credentials(): ProjectOperationCredentials;
8 /**
9 * Return a single RepoRef or undefined if we're not identifying a single repo
10 * This implementation returns a GitHub.com repo but it can be overriden
11 * to return any kind of repo
12 * @return {RepoRef}
13 */
14 get repoRef(): RemoteRepoRef;
15}
16//# sourceMappingURL=BitBucketRepoCreationParameters.d.ts.map
\No newline at end of file