Options
All
  • Public
  • Public/Protected
  • All
Menu

Targets for working with BitBucket repo(s). Allows use of regex.

Hierarchy

  • TargetsParams
    • BitBucketRepoTargets

Implements

  • Credentialed
  • RemoteLocator
  • TargetsParams<this> & { repos: string }
  • RepoTargets

Index

Constructors

constructor

Properties

apiUrl

apiUrl: string

branch

branch: string = "master"

owner

owner: string

repo

repo: string

repos

repos: string

sha

sha: string

test

test: RepoFilter

If we're not tied to a single repo ref, test this RepoRef

param
returns

Accessors

credentials

  • get credentials(): ProjectOperationCredentials

repoRef

  • get repoRef(): BitBucketServerRepoRef

usesRegex

  • get usesRegex(): boolean
  • Returns boolean

Methods

bindAndValidate

  • bindAndValidate(): ValidationResult

Generated using TypeDoc