Summary
Description of parameters and state for the build run.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Interfaces
-
- IFrostingContext
- ICakeContext
- Implementing Types
graph BT
Type-.->Interface0["IFrostingContext"]
Type-.->Interface1["ICakeContext"]
Type["IIssuesContext"]
class Type type-node
Implementing0["IssuesContext<TParameters, TState>"]-.->Type
click Implementing0 "/api/Cake.Frosting.Issues.Recipe/IssuesContext_2"
Implementing1["IssuesContext"]-.->Type
click Implementing1 "/api/Cake.Frosting.Issues.Recipe/IssuesContext"
Syntax
public interface IIssuesContext : IFrostingContext, ICakeContext
Properties
Name | Value | Summary |
---|---|---|
Parameters | IIssuesParameters |
Gets input parameters.
|
State | IIssuesState |
Gets the mutable state of the build run.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|