Class CloudFoundryUnmapRouteSettings
- Namespace
- Nuke.Common.Tools.CloudFoundry
- Assembly
- Nuke.Common.dll
Used within CloudFoundryTasks.
public class CloudFoundryUnmapRouteSettings : ToolSettings
- Inheritance
-
CloudFoundryUnmapRouteSettings
- Extension Methods
Constructors
CloudFoundryUnmapRouteSettings()
public CloudFoundryUnmapRouteSettings()
Properties
AppName
public virtual string AppName { get; }
Property Value
Domain
public virtual string Domain { get; }
Property Value
Hostname
Hostname for the HTTP route (required for shared domains)
public virtual string Hostname { get; }
Property Value
Path
Path for the HTTP route
public virtual string Path { get; }
Property Value
Port
Port for the TCP route
public virtual int? Port { get; }
Property Value
- int?
ProcessExitHandler
public override Action<ToolSettings, IProcess> ProcessExitHandler { get; }
Property Value
- Action<ToolSettings, IProcess>
ProcessLogger
public override Action<OutputType, string> ProcessLogger { get; }
Property Value
ProcessToolPath
Path to the CloudFoundry executable.
public override string ProcessToolPath { get; }
Property Value
Methods
ConfigureProcessArguments(Arguments)
protected override Arguments ConfigureProcessArguments(Arguments arguments)
Parameters
arguments
Arguments
Returns
- Arguments