PrcaResult Class

Summary

Result from a pull request code analysis call.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca
Base Types
  • object
graph TD Base0["object"]-->Type Type["PrcaResult"] class Type type-node

Syntax

public class PrcaResult

Constructors

Properties

Name Value Summary
PostedIssues IEnumerable<T>
Gets the issues posted to the pull request.
ReportedIssues IEnumerable<T>
Gets all issues reported by the issue providers.

Extension Methods

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