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
Name | Summary |
---|---|
PrcaResult |
Initializes a new instance of the PrcaResult class.
|
Properties
Name | Value | Summary |
---|---|---|
PostedIssues | IEnumerable |
Gets the issues posted to the pull request.
|
ReportedIssues | IEnumerable |
Gets all issues reported by the issue providers.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|