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.AzureDevOps.
Summary
Class for dealing with comments in pull requests.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest .CommentThread - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AzureDevOpsPullRequestCommentThread"]
class Type type-node
Syntax
public class AzureDevOpsPullRequestCommentThread
Constructors
Name | Summary |
---|---|
Azure |
Initializes a new instance of the AzureDevOpsPullRequestCommentThread class.
|
Methods
Name | Value | Summary |
---|---|---|
get_Comments |
IEnumerable |
|
get_FilePath |
FilePath | |
get_Id |
int | |
get_LineNumber |
Nullable |
|
get_Offset |
Nullable |
|
get_Properties |
IDictionary |
|
get_Status |
Azure |
|
GetValue |
T |
Gets the value of the thread property.
|
set_Comments |
||
set_FilePath |
||
set_Id |
||
set_LineNumber |
||
set_Offset |
||
set_Properties |
||
set_Status |
||
SetValue |
void |
Sets a value in the thread properties.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|