Table of Contents

Class CloudFoundryLoginSettings

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

Used within CloudFoundryTasks.

public class CloudFoundryLoginSettings : ToolSettings
Inheritance
CloudFoundryLoginSettings
Extension Methods

Constructors

CloudFoundryLoginSettings()

public CloudFoundryLoginSettings()

Properties

ApiEndpoint

API endpoint (e.g. https://api.example.com)

public virtual string ApiEndpoint { get; }

Property Value

string

Org

public virtual string Org { get; }

Property Value

string

Password

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

SkipSslValidation

Skip verification of the API endpoint

public virtual bool? SkipSslValidation { get; }

Property Value

bool?

Space

public virtual string Space { get; }

Property Value

string

Username

public virtual string Username { get; }

Property Value

string

Methods

ConfigureProcessArguments(Arguments)

protected override Arguments ConfigureProcessArguments(Arguments arguments)

Parameters

arguments Arguments

Returns

Arguments