1 | import { ProjectOperationCredentials } from "@atomist/automation-client/lib/operations/common/ProjectOperationCredentials";
|
2 | import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
|
3 | import { NewRepoCreationParameters } from "@atomist/automation-client/lib/operations/generate/NewRepoCreationParameters";
|
4 | export declare class BitBucketRepoCreationParameters extends NewRepoCreationParameters {
|
5 | githubToken: string;
|
6 | apiUrl: string;
|
7 | get credentials(): ProjectOperationCredentials;
|
8 | |
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 | get repoRef(): RemoteRepoRef;
|
15 | }
|
16 |
|
\ | No newline at end of file |