BaseAzureDevOpsPullRequestSettings.

BaseAzureDevOpsPullRequestSettings(Uri, string, IAzureDevOpsCredentials) Constructor

Summary

Initializes a new instance of the BaseAzureDevOpsPullRequestSettings class.

Syntax

protected BaseAzureDevOpsPullRequestSettings(Uri repositoryUrl, string sourceRefName, IAzureDevOpsCredentials credentials)

Parameters

Name Type Description
repositoryUrl Uri Full URL of the Git repository, eg.
http://myserver:8080/defaultcollection/myproject/_git/myrepository
. Supported URL schemes are HTTP, HTTPS and SSH. URLs using SSH scheme are converted to HTTPS.
sourceRefName string Branch for which the pull request is made. System.ArgumentException if or System.String.Empty.
credentials IAzureDevOpsCredentials Credentials to use to authenticate against Azure DevOps. System.ArgumentException if .

Return Value

Type Description
void