Table of Contents

Class CloudFoundryCreateSpaceSettings

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

Used within CloudFoundryTasks.

public class CloudFoundryCreateSpaceSettings : ToolSettings
Inheritance
CloudFoundryCreateSpaceSettings
Extension Methods

Constructors

CloudFoundryCreateSpaceSettings()

public CloudFoundryCreateSpaceSettings()

Properties

Org

public virtual string Org { 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

Quota

Quota to assign to the newly created space

public virtual string Quota { get; }

Property Value

string

Space

public virtual string Space { get; }

Property Value

string

Methods

ConfigureProcessArguments(Arguments)

protected override Arguments ConfigureProcessArguments(Arguments arguments)

Parameters

arguments Arguments

Returns

Arguments