GitHubActionsCommands.

GitHubActionsCommands(ICakeEnvironment, IFileSystem, IBuildSystemServiceMessageWriter, GitHubActionsEnvironmentInfo, Func<string, HttpClient>) Constructor

Summary

Initializes a new instance of the GitHubActionsCommands class.

Syntax

public GitHubActionsCommands(ICakeEnvironment environment, IFileSystem fileSystem, IBuildSystemServiceMessageWriter writer, GitHubActionsEnvironmentInfo actionsEnvironment, Func<string, HttpClient> createHttpClient)

Parameters

Name Type Description
environment ICakeEnvironment The environment.
fileSystem IFileSystem The file system.
writer IBuildSystemServiceMessageWriter The build system service message writer.
actionsEnvironment GitHubActionsEnvironmentInfo The actions environment.
createHttpClient Func<string, HttpClient> The http client factory.

Return Value

Type Description
void