AzureDevOpsPullRequestSystemSettings Class

Summary

Assembly
Cake.Issues.PullRequests.AzureDevOps.dll
Namespace
Cake.Issues.PullRequests.AzureDevOps
Base Types
  • AzureDevOpsPullRequestSettings
graph BT Type-->Base0["AzureDevOpsPullRequestSettings"] Type["AzureDevOpsPullRequestSystemSettings"] class Type type-node

Syntax

public class AzureDevOpsPullRequestSystemSettings : AzureDevOpsPullRequestSettings

Constructors

Name Summary
AzureDevOpsPullRequestSystemSettings() Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class based on the environment variables set by the Azure Pipelines using the build authentication token.
AzureDevOpsPullRequestSystemSettings(AzureDevOpsPullRequestSettings) Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class based on the instance of a Cake.AzureDevOps.Repos.PullRequest.AzureDevOpsPullRequestSettings class.
AzureDevOpsPullRequestSystemSettings(IAzureDevOpsCredentials) Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class based on the environment variables set by the Azure Pipelines.
AzureDevOpsPullRequestSystemSettings(Uri, int, IAzureDevOpsCredentials) Initializes a new instance of the AzureDevOpsPullRequestSystemSettings class.
AzureDevOpsPullRequestSystemSettings(Uri, string, IAzureDevOpsCredentials) 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.
ManageDiscussionThreadStatus bool
Gets or sets a value indicating whether discussion threads should automatically be resolved oder reopened. Default value is true.
ReportIssuesNotRelatedToAFile 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<AzureDevOpsPullRequestSystemSettings>(string) void
Throws an exception if the specified parameter's value is null.
GitHub