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.AzureDevOps.
Summary
Initializes a new instance of the
AzureDevOpsPullRequestSettings
class.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest - Containing Type
- Azure
Dev Ops Pull Request Settings
Syntax
public AzureDevOpsPullRequestSettings(Uri repositoryUrl, string sourceBranch, IAzureDevOpsCredentials credentials)
Parameters
Name | Type | Description |
---|---|---|
repositoryUrl | Uri | Full URL of the Git repository,
eg. .
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 |