BitbucketServerClient.resolvePath()
Home > @backstage/plugin-catalog-backend-module-bitbucket-server
> BitbucketServerClient
> resolvePath
Signature:
resolvePath(options: {
projectKey: string;
repo: string;
path: string;
}): {
path: string;
};
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
{ projectKey: string; repo: string; path: string; } |
{ path: string; }