Summary
Settings for
AzureDevOpsPullRequestSystemAliases
.
- Assembly
- Cake
.Issues .PullRequests .AzureDevOps .dll - Namespace
- Cake
.Issues .PullRequests .AzureDevOps - Base Types
-
- Azure
Dev Ops Pull Request Settings
- Azure
graph BT
Type-->Base0["AzureDevOpsPullRequestSettings"]
Type["AzureDevOpsPullRequestSystemSettings"]
class Type type-node
Syntax
public class AzureDevOpsPullRequestSystemSettings : AzureDevOpsPullRequestSettings
Constructors
Name | Summary |
---|---|
Azure |
Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class
based on the environment variables set by the Azure Pipelines using the build authentication token.
|
Azure |
Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class
based on the instance of a Cake.AzureDevOps.Repos.PullRequest.AzureDevOpsPullRequestSettings class.
|
Azure |
Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class
based on the environment variables set by the Azure Pipelines.
|
Azure |
Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class.
|
Azure |
Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
CheckCommitId | bool |
Gets or sets a value indicating whether pull request system should check if commit Id
is still up to date before posting comments.
Default value is
true .
|
Manage |
bool |
Gets or sets a value indicating whether discussion threads should automatically be
resolved oder reopened.
Default value is
true .
|
Report |
bool |
Gets or sets a value indicating whether issues not related to a file should be posted
as comments or not.
Default value is
false .
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|