Table of Contents

Class CloudFoundryUnsetEnvSettingsExtensions

Namespace
Nuke.Common.Tools.CloudFoundry
Assembly
Nuke.Common.dll

Used within CloudFoundryTasks.

public static class CloudFoundryUnsetEnvSettingsExtensions
Inheritance
CloudFoundryUnsetEnvSettingsExtensions
Inherited Members

Methods

ResetAppName<T>(T)

Resets AppName

public static T ResetAppName<T>(this T toolSettings) where T : CloudFoundryUnsetEnvSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetEnvironmentalVariableName<T>(T)

public static T ResetEnvironmentalVariableName<T>(this T toolSettings) where T : CloudFoundryUnsetEnvSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

SetAppName<T>(T, string)

Sets AppName

public static T SetAppName<T>(this T toolSettings, string appName) where T : CloudFoundryUnsetEnvSettings

Parameters

toolSettings T
appName string

Returns

T

Type Parameters

T

SetEnvironmentalVariableName<T>(T, string)

public static T SetEnvironmentalVariableName<T>(this T toolSettings, string environmentalVariableName) where T : CloudFoundryUnsetEnvSettings

Parameters

toolSettings T
environmentalVariableName string

Returns

T

Type Parameters

T