Table of Contents

Class CloudFoundryApiSettingsExtensions

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

Used within CloudFoundryTasks.

public static class CloudFoundryApiSettingsExtensions
Inheritance
CloudFoundryApiSettingsExtensions
Inherited Members

Methods

DisableSkipSSLValidation<T>(T)

Disables SkipSSLValidation

Skip verification of the API endpoint

public static T DisableSkipSSLValidation<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

DisableUnset<T>(T)

Disables Unset

Remove all api endpoint targeting

public static T DisableUnset<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

EnableSkipSSLValidation<T>(T)

Enables SkipSSLValidation

Skip verification of the API endpoint

public static T EnableSkipSSLValidation<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

EnableUnset<T>(T)

Enables Unset

Remove all api endpoint targeting

public static T EnableUnset<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetSkipSSLValidation<T>(T)

Resets SkipSSLValidation

Skip verification of the API endpoint

public static T ResetSkipSSLValidation<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetUnset<T>(T)

Resets Unset

Remove all api endpoint targeting

public static T ResetUnset<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ResetUrl<T>(T)

Resets Url

public static T ResetUrl<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

SetSkipSSLValidation<T>(T, bool?)

Sets SkipSSLValidation

Skip verification of the API endpoint

public static T SetSkipSSLValidation<T>(this T toolSettings, bool? skipSSLValidation) where T : CloudFoundryApiSettings

Parameters

toolSettings T
skipSSLValidation bool?

Returns

T

Type Parameters

T

SetUnset<T>(T, bool?)

Sets Unset

Remove all api endpoint targeting

public static T SetUnset<T>(this T toolSettings, bool? unset) where T : CloudFoundryApiSettings

Parameters

toolSettings T
unset bool?

Returns

T

Type Parameters

T

SetUrl<T>(T, string)

Sets Url

public static T SetUrl<T>(this T toolSettings, string url) where T : CloudFoundryApiSettings

Parameters

toolSettings T
url string

Returns

T

Type Parameters

T

ToggleSkipSSLValidation<T>(T)

Toggles SkipSSLValidation

Skip verification of the API endpoint

public static T ToggleSkipSSLValidation<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T

ToggleUnset<T>(T)

Toggles Unset

Remove all api endpoint targeting

public static T ToggleUnset<T>(this T toolSettings) where T : CloudFoundryApiSettings

Parameters

toolSettings T

Returns

T

Type Parameters

T