PrcaDiscussionThread Class

Summary

Base class for a collection of comments relating to each other.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IPrcaDiscussionThread"]-.->Type click Interface0 "/Cake.Prca.Website/api/Cake.Prca.PullRequests/IPrcaDiscussionThread" Type["PrcaDiscussionThread"] class Type type-node

Syntax

public class PrcaDiscussionThread : IPrcaDiscussionThread

Constructors

Properties

Name Value Summary
AffectedFileRelativePath FilePath
Gets or sets the path to the file where the message should be posted. The path needs to be relative to the repository root. Can be null if discussion is not related to a change in a file.
Comments IList<T>
Gets all the comments of this thread.
CommentSource string
Gets or sets a value used to decorate comments created by this addin.
Id int
Gets or sets the ID of the discussion thread.
Status PrcaDiscussionStatus
Gets or sets if the thread is active or already fixed.

Extension Methods

Name Value Summary
NotNull<PrcaDiscussionThread>(string) void
Throws an exception if the specified parameter's value is null.
GitHub