Backstage
    Preparing search index...
    createBitbucketPipelinesRunAction: (
        options: { integrations: ScmIntegrationRegistry },
    ) => TemplateAction<
        {
            body?: {
                target?: {
                    commit?: { hash: string; type: string };
                    destination?: string;
                    destination_commit?: { hash: string };
                    pull_request?: { id: string };
                    ref_name?: string;
                    ref_type?: string;
                    selector?: { pattern: string; type: string };
                    source?: string;
                    type?: string;
                };
                variables?: { key: string; secured: boolean; value: string }[];
            };
            repo_slug: string;
            token?: string;
            workspace: string;
        },
        { buildNumber?: number; pipelinesUrl?: string; repoUrl?: string },
        "v2",
    > = bitbucketCloud.createBitbucketPipelinesRunAction

    Type Declaration

      • (
            options: { integrations: ScmIntegrationRegistry },
        ): TemplateAction<
            {
                body?: {
                    target?: {
                        commit?: { hash: string; type: string };
                        destination?: string;
                        destination_commit?: { hash: string };
                        pull_request?: { id: string };
                        ref_name?: string;
                        ref_type?: string;
                        selector?: { pattern: string; type: string };
                        source?: string;
                        type?: string;
                    };
                    variables?: { key: string; secured: boolean; value: string }[];
                };
                repo_slug: string;
                token?: string;
                workspace: string;
            },
            { buildNumber?: number; pipelinesUrl?: string; repoUrl?: string },
            "v2",
        >
      • Creates a new action that triggers a run of a bitbucket pipeline

        Parameters

        Returns TemplateAction<
            {
                body?: {
                    target?: {
                        commit?: { hash: string; type: string };
                        destination?: string;
                        destination_commit?: { hash: string };
                        pull_request?: { id: string };
                        ref_name?: string;
                        ref_type?: string;
                        selector?: { pattern: string; type: string };
                        source?: string;
                        type?: string;
                    };
                    variables?: { key: string; secured: boolean; value: string }[];
                };
                repo_slug: string;
                token?: string;
                workspace: string;
            },
            { buildNumber?: number; pipelinesUrl?: string; repoUrl?: string },
            "v2",
        >

    use import from @backstage/plugin-scaffolder-backend-module-bitbucket-cloud instead