Table of Contents

Class CloudFoundryDeleteApplicationSettings

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

Used within CloudFoundryTasks.

public class CloudFoundryDeleteApplicationSettings : ToolSettings
Inheritance
CloudFoundryDeleteApplicationSettings
Extension Methods

Constructors

CloudFoundryDeleteApplicationSettings()

public CloudFoundryDeleteApplicationSettings()

Properties

AppName

public virtual string AppName { get; }

Property Value

string

DeleteRoutes

Also delete any mapped routes

public virtual bool? DeleteRoutes { get; }

Property Value

bool?

ProcessExitHandler

public override Action<ToolSettings, IProcess> ProcessExitHandler { get; }

Property Value

Action<ToolSettings, IProcess>

ProcessLogger

public override Action<OutputType, string> ProcessLogger { get; }

Property Value

Action<OutputType, string>

ProcessToolPath

Path to the CloudFoundry executable.

public override string ProcessToolPath { get; }

Property Value

string

Methods

ConfigureProcessArguments(Arguments)

protected override Arguments ConfigureProcessArguments(Arguments arguments)

Parameters

arguments Arguments

Returns

Arguments