BaseBuildServer.

BaseBuildServer(ICakeLog) Constructor

Summary

Base class for all build server implementations.

Syntax

protected BaseBuildServer(ICakeLog log)

Parameters

Name Type Description
log ICakeLog The Cake log context.

Return Value

Type Description
void