Backstage
Docs
Github
Preparing search index...
@backstage/plugin-scaffolder-node
index
parseRepoUrl
Function parseRepoUrl
parseRepoUrl
(
repoUrl
:
string
,
integrations
:
ScmIntegrationRegistry
,
)
:
{
host
:
string
;
organization
?:
string
;
owner
?:
string
;
project
?:
string
;
repo
:
string
;
workspace
?:
string
;
}
Parameters
repoUrl
:
string
integrations
:
ScmIntegrationRegistry
Returns
{
host
:
string
;
organization
?:
string
;
owner
?:
string
;
project
?:
string
;
repo
:
string
;
workspace
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...