Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuildRepository

Represents a repository used by a build definition.

Hierarchy

  • BuildRepository

Index

Properties

Optional checkoutSubmodules

checkoutSubmodules: boolean

Indicates whether to checkout submodules.

Optional clean

clean: string

Indicates whether to clean the target folder when getting code from the repository.

Optional defaultBranch

defaultBranch: string

The name of the default branch.

Optional id

id: string

The ID of the repository.

Optional name

name: string

The friendly name of the repository.

Optional properties

properties: object

Type declaration

  • [key: string]: string

Optional rootFolder

rootFolder: string

The root folder.

Optional type

type: string

The type of the repository.

Optional url

url: string

The URL of the repository.

Generated using TypeDoc