ISupportDiscussionThreads Interface

Summary

Interface describing that a pull request system supports discussion threads.
graph BT Type-.->Interface0["IPullRequestSystemCapability"] click Interface0 "/api/Cake.Issues.PullRequests/IPullRequestSystemCapability" Type["ISupportDiscussionThreads"] class Type type-node Implementing0["BaseDiscussionThreadsCapability<T>"]-.->Type click Implementing0 "/api/Cake.Issues.PullRequests/BaseDiscussionThreadsCapability_1"

Syntax

public interface ISupportDiscussionThreads : IPullRequestSystemCapability

Methods

Name Value Summary
FetchDiscussionThreads(string) IEnumerable<IPullRequestDiscussionThread>
Returns a list of all discussion threads.
ReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread>) void
Marks a list of discussion threads as active.
ResolveDiscussionThreads(IEnumerable<IPullRequestDiscussionThread>) void
Marks a list of discussion threads as resolved.

Extension Methods

Name Value Summary
Dump<ISupportDiscussionThreads>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ISupportDiscussionThreads>(ISupportDiscussionThreads[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ISupportDiscussionThreads>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ISupportDiscussionThreads>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ISupportDiscussionThreads>(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<ISupportDiscussionThreads>(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