Table of Contents

Class CloudFoundryGetServiceInfoSettingsExtensions

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

Used within CloudFoundryTasks.

public static class CloudFoundryGetServiceInfoSettingsExtensions
Inheritance
CloudFoundryGetServiceInfoSettingsExtensions
Inherited Members

Methods

ResetServiceInstance<T>(T)

Resets ServiceInstance

Service Instance

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

Parameters

toolSettings T

Returns

T

Type Parameters

T

SetServiceInstance<T>(T, string)

Sets ServiceInstance

Service Instance

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

Parameters

toolSettings T
serviceInstance string

Returns

T

Type Parameters

T