Summary
Contains functionality related to writing code analysis issues to Team Foundation Server or
Visual Studio Team Services pull requests.
- Assembly
- Cake
.Prca .PullRequests .Tfs .dll - Namespace
- Cake
.Prca .PullRequests .Tfs - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["TfsPullRequestSystemAliases"]
class Type type-node
Syntax
public static class TfsPullRequestSystemAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Tfs |
IPrcaCredentials |
Returns credentials for authentication with an Azure Active Directory.
static
|
Tfs |
IPrcaCredentials |
Returns credentials for basic authentication.
Can only be used for on-premise Team Foundation Server configured for basic authentication.
See https://www.visualstudio.com/en-us/docs/integrate/get-started/auth/tfs-basic-auth.
static
|
Tfs |
IPrcaCredentials |
Returns credentials for integrated / NTLM authentication.
Can only be used for on-premise Team Foundation Server.
static
|
Tfs |
IPrcaCredentials |
Returns credentials for OAuth authentication.
Can only be used with Visual Studio Team Services.
static
|
Tfs |
IPrcaCredentials |
Returns credentials for authentication with a personal access token.
Can be used for Team Foundation Server and Visual Studio Team Services.
static
|
TfsPullRequests |
IPullRequestSystem |
Gets an object for writing issues to Team Foundation Server or Visual Studio Team Services pull request
using the specified settings.
static
|
TfsPullRequests |
IPullRequestSystem |
Gets an object for writing issues to Team Foundation Server or Visual Studio Team Services pull request
in a specific repository and with a specific ID.
static
|
TfsPullRequests |
IPullRequestSystem |
Gets an object for writing issues to Team Foundation Server or Visual Studio Team Services pull request
in a specific repository and for a specific source branch.
static
|
TfsVotePullRequest |
void |
Votes for the Team Foundation Server or Visual Studio Team Services pull request
using the specified settings.
static
|