@squidcloud/client
    Preparing search index...

    Interface BitbucketRepositoryConfiguration

    Stores the immutable Bitbucket identity and access metadata for a selected repository.

    interface BitbucketRepositoryConfiguration {
        cloneUrl: string;
        defaultBranch: string;
        fullName: string;
        uuid: string;
        webUrl: string;
    }
    Index
    cloneUrl: string

    Stores the credential-free HTTPS clone URL.

    defaultBranch: string

    Stores the default branch name.

    fullName: string

    Stores the workspace/repository name.

    uuid: string

    Stores Bitbucket's immutable repository UUID.

    webUrl: string

    Stores the credential-free HTTPS web URL.