Skip to main content

BitbucketUrlReader

Home > @backstage/backend-common > BitbucketUrlReader

Warning: This API is now obsolete.

in favor of BitbucketCloudUrlReader and BitbucketServerUrlReader

Implements a UrlReaderService for files from Bitbucket v1 and v2 APIs, such as the one exposed by Bitbucket Cloud itself.

Signature:

class BitbucketUrlReader implements UrlReader 

Implements: UrlReader

Constructors

ConstructorModifiersDescription
(constructor)(integration, logger, deps)Constructs a new instance of the BitbucketUrlReader class

Properties

PropertyModifiersTypeDescription
factorystaticReaderFactory

Methods

MethodModifiersDescription
read(url)
readTree(url, options)
readUrl(url, options)
search(url, options)
toString()