GradleBootstrapper.

GradleBootstrapper(ICakeConfiguration, ICakeEnvironment, IFileSystem, ICakeLog) Constructor

Summary

Initializes a new instance of the GradleBootstrapper class.
Assembly
Cake.Gradle.dll
Namespace
Cake.Gradle.Bootstrap
Containing Type
GradleBootstrapper

Syntax

public GradleBootstrapper(ICakeConfiguration config, ICakeEnvironment environment, IFileSystem fileSystem, ICakeLog log)

Parameters

Name Type Description
config ICakeConfiguration see ICakeConfiguration.
environment ICakeEnvironment see ICakeEnvironment.
fileSystem IFileSystem see IFileSystem.
log ICakeLog see ICakeLog.

Return Value

Type Description
void