Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud
createPublishBitbucketCloudPullRequestAction
Function createPublishBitbucketCloudPullRequestAction
createPublishBitbucketCloudPullRequestAction
(
options
:
{
config
:
Config
;
integrations
:
ScmIntegrationRegistry
}
,
)
:
TemplateAction
<
{
description
?:
string
;
gitAuthorEmail
?:
string
;
gitAuthorName
?:
string
;
repoUrl
:
string
;
sourceBranch
:
string
;
targetBranch
?:
string
;
title
:
string
;
token
?:
string
;
}
,
{
pullRequestUrl
:
string
}
,
"v2"
,
>
Creates a Bitbucket Cloud Pull Request action.
Parameters
options
:
{
config
:
Config
;
integrations
:
ScmIntegrationRegistry
}
Returns
TemplateAction
<
{
description
?:
string
;
gitAuthorEmail
?:
string
;
gitAuthorName
?:
string
;
repoUrl
:
string
;
sourceBranch
:
string
;
targetBranch
?:
string
;
title
:
string
;
token
?:
string
;
}
,
{
pullRequestUrl
:
string
}
,
"v2"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
Creates a Bitbucket Cloud Pull Request action.