Edit

Share via


BuildRepository Class

Definition

Represents a repository used by a build definition.

[System.Runtime.Serialization.DataContract]
public class BuildRepository : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type BuildRepository = class
    inherit BaseSecuredObject
Public Class BuildRepository
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
BuildRepository
Attributes

Constructors

BuildRepository()

Properties

CheckoutSubmodules

Indicates whether to checkout submodules.

Clean

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

DefaultBranch

The name of the default branch.

Id

The ID of the repository.

Name

The friendly name of the repository.

Properties

A dictionary that holds additional information about the repository.

RootFolder

The root folder.

Type

The type of the repository.

Url

The URL of the repository.

Methods

Clone()

Clones this object.

Applies to