Class CloudFoundryUnmapRouteSettingsExtensions
- Namespace
- Nuke.Common.Tools.CloudFoundry
- Assembly
- Nuke.Common.dll
Used within CloudFoundryTasks.
public static class CloudFoundryUnmapRouteSettingsExtensions
- Inheritance
-
CloudFoundryUnmapRouteSettingsExtensions
- Inherited Members
Methods
ResetAppName<T>(T)
Resets AppName
public static T ResetAppName<T>(this T toolSettings) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetDomain<T>(T)
Resets Domain
public static T ResetDomain<T>(this T toolSettings) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetHostname<T>(T)
Resets Hostname
Hostname for the HTTP route (required for shared domains)
public static T ResetHostname<T>(this T toolSettings) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetPath<T>(T)
Resets Path
Path for the HTTP route
public static T ResetPath<T>(this T toolSettings) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
T
Returns
- T
Type Parameters
T
ResetPort<T>(T)
Resets Port
Port for the TCP route
public static T ResetPort<T>(this T toolSettings) where T : CloudFoundryUnmapRouteSettings
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 : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
TappName
string
Returns
- T
Type Parameters
T
SetDomain<T>(T, string)
Sets Domain
public static T SetDomain<T>(this T toolSettings, string domain) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
Tdomain
string
Returns
- T
Type Parameters
T
SetHostname<T>(T, string)
Sets Hostname
Hostname for the HTTP route (required for shared domains)
public static T SetHostname<T>(this T toolSettings, string hostname) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
Thostname
string
Returns
- T
Type Parameters
T
SetPath<T>(T, string)
Sets Path
Path for the HTTP route
public static T SetPath<T>(this T toolSettings, string path) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
Tpath
string
Returns
- T
Type Parameters
T
SetPort<T>(T, int?)
Sets Port
Port for the TCP route
public static T SetPort<T>(this T toolSettings, int? port) where T : CloudFoundryUnmapRouteSettings
Parameters
toolSettings
Tport
int?
Returns
- T
Type Parameters
T