Table of Contents

Class CloudFoundryScaleSettings

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

Used within CloudFoundryTasks.

public class CloudFoundryScaleSettings : ToolSettings
Inheritance
CloudFoundryScaleSettings
Extension Methods

Constructors

CloudFoundryScaleSettings()

public CloudFoundryScaleSettings()

Properties

Disk

Disk limit (e.g. 256M, 1024M, 1G)

public virtual string Disk { get; }

Property Value

string

Instances

Number of instances

public virtual string Instances { get; }

Property Value

string

Memory

Memory limit (e.g. 256M, 1024M, 1G)

public virtual string Memory { get; }

Property Value

string

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