Table of Contents

Class CloudFoundryApiSettings

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

Used within CloudFoundryTasks.

public class CloudFoundryApiSettings : ToolSettings
Inheritance
CloudFoundryApiSettings
Extension Methods

Constructors

CloudFoundryApiSettings()

public CloudFoundryApiSettings()

Properties

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

SkipSSLValidation

Skip verification of the API endpoint

public virtual bool? SkipSSLValidation { get; }

Property Value

bool?

Unset

Remove all api endpoint targeting

public virtual bool? Unset { get; }

Property Value

bool?

Url

public virtual string Url { get; }

Property Value

string

Methods

ConfigureProcessArguments(Arguments)

protected override Arguments ConfigureProcessArguments(Arguments arguments)

Parameters

arguments Arguments

Returns

Arguments