AzureDevOpsPullRequestCommentThread Class

Summary

Class for dealing with comments in pull requests.
graph BT Type-->Base0["Object"] Type["AzureDevOpsPullRequestCommentThread"] class Type type-node

Syntax

public class AzureDevOpsPullRequestCommentThread

Constructors

Name Summary
AzureDevOpsPullRequestCommentThread() Initializes a new instance of the AzureDevOpsPullRequestCommentThread class.

Methods

Name Value Summary
get_Comments() IEnumerable<AzureDevOpsComment>
get_FilePath() FilePath
get_Id() int
get_LineNumber() Nullable<int>
get_Offset() Nullable<int>
get_Properties() IDictionary<string, object>
get_Status() AzureDevOpsCommentThreadStatus
GetValue<T>(string) T
Gets the value of the thread property.
set_Comments()
set_FilePath()
set_Id()
set_LineNumber()
set_Offset()
set_Properties()
set_Status()
SetValue<T>(string, T) void
Sets a value in the thread properties.

Extension Methods

Name Value Summary
Dump<AzureDevOpsPullRequestCommentThread>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<AzureDevOpsPullRequestCommentThread>(AzureDevOpsPullRequestCommentThread[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<AzureDevOpsPullRequestCommentThread>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<AzureDevOpsPullRequestCommentThread>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<AzureDevOpsPullRequestCommentThread>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<AzureDevOpsPullRequestCommentThread>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin