Table of Contents

Class CloudFoundryUnbindServiceSettingsExtensions

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

Used within CloudFoundryTasks.

public static class CloudFoundryUnbindServiceSettingsExtensions
Inheritance
CloudFoundryUnbindServiceSettingsExtensions
Inherited Members

Methods

ResetAppName<T>(T)

Resets AppName

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

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetServiceInstance<T>(T)

public static T ResetServiceInstance<T>(this T toolSettings) where T : CloudFoundryUnbindServiceSettings

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 : CloudFoundryUnbindServiceSettings

Parameters

toolSettings T
appName string

Returns

T

Type Parameters

T

SetServiceInstance<T>(T, string)

public static T SetServiceInstance<T>(this T toolSettings, string serviceInstance) where T : CloudFoundryUnbindServiceSettings

Parameters

toolSettings T
serviceInstance string

Returns

T

Type Parameters

T