Table of Contents

Class CloudFoundryDeleteApplicationSettingsExtensions

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

Used within CloudFoundryTasks.

public static class CloudFoundryDeleteApplicationSettingsExtensions
Inheritance
CloudFoundryDeleteApplicationSettingsExtensions
Inherited Members

Methods

DisableDeleteRoutes<T>(T)

Disables DeleteRoutes

Also delete any mapped routes

public static T DisableDeleteRoutes<T>(this T toolSettings) where T : CloudFoundryDeleteApplicationSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

EnableDeleteRoutes<T>(T)

Enables DeleteRoutes

Also delete any mapped routes

public static T EnableDeleteRoutes<T>(this T toolSettings) where T : CloudFoundryDeleteApplicationSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetAppName<T>(T)

Resets AppName

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

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetDeleteRoutes<T>(T)

Resets DeleteRoutes

Also delete any mapped routes

public static T ResetDeleteRoutes<T>(this T toolSettings) where T : CloudFoundryDeleteApplicationSettings

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

Parameters

toolSettings T
appName string

Returns

T

Type Parameters

T

SetDeleteRoutes<T>(T, bool?)

Sets DeleteRoutes

Also delete any mapped routes

public static T SetDeleteRoutes<T>(this T toolSettings, bool? deleteRoutes) where T : CloudFoundryDeleteApplicationSettings

Parameters

toolSettings T
deleteRoutes bool?

Returns

T

Type Parameters

T

ToggleDeleteRoutes<T>(T)

Toggles DeleteRoutes

Also delete any mapped routes

public static T ToggleDeleteRoutes<T>(this T toolSettings) where T : CloudFoundryDeleteApplicationSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T