Table of Contents

Class CloudFoundryTargetSettingsExtensions

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

Used within CloudFoundryTasks.

public static class CloudFoundryTargetSettingsExtensions
Inheritance
CloudFoundryTargetSettingsExtensions
Inherited Members

Methods

ResetOrg<T>(T)

Resets Org

public static T ResetOrg<T>(this T toolSettings) where T : CloudFoundryTargetSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetSpace<T>(T)

Resets Space

public static T ResetSpace<T>(this T toolSettings) where T : CloudFoundryTargetSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

SetOrg<T>(T, string)

Sets Org

public static T SetOrg<T>(this T toolSettings, string org) where T : CloudFoundryTargetSettings

Parameters

toolSettings T
org string

Returns

T

Type Parameters

T

SetSpace<T>(T, string)

Sets Space

public static T SetSpace<T>(this T toolSettings, string space) where T : CloudFoundryTargetSettings

Parameters

toolSettings T
space string

Returns

T

Type Parameters

T