updating report.api.md
Signed-off-by: liad.shachoach <liad.shachoach@controlup.com>
This commit is contained in:
@@ -13,6 +13,24 @@ import { TemplateAction } from '@backstage/plugin-scaffolder-node';
|
||||
const bitbucketCloudModule: BackendFeature;
|
||||
export default bitbucketCloudModule;
|
||||
|
||||
// @public
|
||||
export function createBitbucketCloudBranchRestrictionAction(options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
}): TemplateAction<
|
||||
{
|
||||
repoUrl: string;
|
||||
kind: string;
|
||||
branchMatchKind?: string | undefined;
|
||||
branchType?: string | undefined;
|
||||
pattern?: string | undefined;
|
||||
value?: number | undefined;
|
||||
users?: object[] | undefined;
|
||||
groups?: object[] | undefined;
|
||||
token?: string | undefined;
|
||||
},
|
||||
JsonObject
|
||||
>;
|
||||
|
||||
// @public
|
||||
export const createBitbucketPipelinesRunAction: (options: {
|
||||
integrations: ScmIntegrationRegistry;
|
||||
|
||||
Reference in New Issue
Block a user