Table of Contents

Class CloudFoundryGetServiceInfoSettings

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

Used within CloudFoundryTasks.

public class CloudFoundryGetServiceInfoSettings : ToolSettings
Inheritance
CloudFoundryGetServiceInfoSettings
Extension Methods

Constructors

CloudFoundryGetServiceInfoSettings()

public CloudFoundryGetServiceInfoSettings()

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

ServiceInstance

Service Instance

public virtual string ServiceInstance { get; }

Property Value

string

Methods

ConfigureProcessArguments(Arguments)

protected override Arguments ConfigureProcessArguments(Arguments arguments)

Parameters

arguments Arguments

Returns

Arguments