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
Org
public virtual string Org { get; }
Property Value
Password
public virtual string Password { get; }
Property Value
ProcessExitHandler
public override Action<ToolSettings, IProcess> ProcessExitHandler { get; }
Property Value
- Action<ToolSettings, IProcess>
ProcessLogger
public override Action<OutputType, string> ProcessLogger { get; }
Property Value
ProcessToolPath
Path to the CloudFoundry executable.
public override string ProcessToolPath { get; }
Property Value
SkipSslValidation
Skip verification of the API endpoint
public virtual bool? SkipSslValidation { get; }
Property Value
- bool?
Space
public virtual string Space { get; }
Property Value
Username
public virtual string Username { get; }
Property Value
Methods
ConfigureProcessArguments(Arguments)
protected override Arguments ConfigureProcessArguments(Arguments arguments)
Parameters
arguments
Arguments
Returns
- Arguments