Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new BitBucketRepoRef(owner: string, repo: string, sha?: string, apiBase?: string, path?: string, branch?: string, remote?: string): BitBucketRepoRef

Properties

Readonly apiBase

apiBase: string

API URL without the scheme or trailing '/'.

Optional branch

branch: string

Readonly kind

kind: string = "bitbucket"

Readonly owner

owner: string

Optional Readonly path

path: string

Readonly providerType

providerType: ProviderType

Readonly remoteBase

remoteBase: string

Git remote URL not including scheme or trailing '/'

Readonly repo

repo: string

Readonly scheme

scheme: "http://" | "https://"

URL scheme from applied to both API and remote bases.

Readonly sha

sha: string

Accessors

pathComponent

  • get pathComponent(): string

url

  • get url(): string

Methods

cloneUrl

createRemote

deleteRemote

raisePullRequest

setUserConfig

Generated using TypeDoc