IssuesContext<TParameters, TState>.

CreateIssuesState() Method

Summary

Factory method to instantiate State.

Syntax

protected abstract TState CreateIssuesState()

Return Value

Type Description
TState Object to store mutable state of the build run.
GitHub