Summary
Factory method to instantiate
State
.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- IssuesContext
<TParameters, TState>
Syntax
protected abstract TState CreateIssuesState()
Return Value
Type | Description |
---|---|
TState | Object to store mutable state of the build run. |