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
Contains functionality related to writing code analysis issues to Azure DevOps pull requests.
- Assembly
- Cake
.Issues .PullRequests .AzureDevOps .dll - Namespace
- Cake
.Issues .PullRequests .AzureDevOps - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AzureDevOpsPullRequestSystemAliases"]
class Type type-node
Syntax
public static class AzureDevOpsPullRequestSystemAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Azure |
IPullRequestSystem |
Gets an object for writing issues to Azure DevOps pull request using the specified settings.
static
|
Azure |
IPullRequestSystem |
Gets an object for writing issues to Azure DevOps pull request where all required data is taken
from the environment variables set by Azure Pipelines.
static
|
Azure |
IPullRequestSystem |
Gets an object for writing issues to Azure DevOps pull request in a specific repository and with a specific ID.
static
|
Azure |
IPullRequestSystem |
Gets an object for writing issues to Azure DevOps pull request in a specific repository and for a
specific source branch.
static
|
Azure |
IPullRequestSystem |
Gets an object for writing issues to Azure DevOps pull request where all required data (including authentication token)
is taken from the environment variables set by Azure Pipelines.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|