SvnTool<TSettings>.

CheckSettingsIsNotNull(SvnRemoteSettings) Method

Summary

Checks the setting parameter is not null and throws an exception if it is.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Containing Type
SvnTool<TSettings>

Syntax

protected void CheckSettingsIsNotNull(SvnRemoteSettings settings)

Parameters

Name Type Description
settings SvnRemoteSettings

Return Value

Type Description
void