This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.PullRequests.AzureDevOps.
Summary
Initializes a new instance of the
AzureDevOpsPullRequestSystemSettings class.
- Assembly
- Cake
.Issues .PullRequests .AzureDevOps .dll - Namespace
- Cake
.Issues .PullRequests .AzureDevOps - Containing Type
- Azure
Dev Ops Pull Request System Settings
Syntax
public AzureDevOpsPullRequestSystemSettings(Uri repositoryUrl, string sourceBranch, IAzureDevOpsCredentials credentials)
Parameters
| Name | Type | Description |
|---|---|---|
| repositoryUrl | Uri | Full URL of the Git repository,
e.g. .
Supported URL schemes are HTTP, HTTPS and SSH.
URLs using SSH scheme are converted to HTTPS. |
| sourceBranch | string | Branch for which the pull request is made. |
| credentials | I |
Credentials to use to authenticate against Azure DevOps. |
Return Value
| Type | Description |
|---|---|
| void |
