SourceProperties Class

Definition

The properties of the source code repository.

public class SourceProperties
type SourceProperties = class
Public Class SourceProperties
Inheritance
SourceProperties

Constructors

SourceProperties()

Initializes a new instance of the SourceProperties class.

SourceProperties(String, String, String, AuthInfo)

Initializes a new instance of the SourceProperties class.

Properties

Branch

Gets or sets the branch name of the source code.

RepositoryUrl

Gets or sets the full URL to the source code respository

SourceControlAuthProperties

Gets or sets the authorization properties for accessing the source code repository and to set up webhooks for notifications.

SourceControlType

Gets or sets the type of source control service. Possible values include: 'Github', 'VisualStudioTeamService'

Methods

Validate()

Validate the object.

Applies to