This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Powershell.
Summary
Contains extension methods for
ProcessArgumentBuilder
.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ProcessArgumentListExtensions"]
class Type type-node
Syntax
public static class ProcessArgumentListExtensions
Methods
Name | Value | Summary |
---|---|---|
Append |
Process |
Appends the specified text to the argument builder.
static
|
Append |
Process |
Appends the specified text to the argument builder.
static
|
AppendArray |
Process |
Appends the specified arguments as an array to the argument builder.
static
|
AppendArray |
Process |
Appends the specified arguments as an array to the argument builder.
static
|
AppendHashTable |
Process |
Appends the specified arguments as a hashtable to the argument builder.
static
|
AppendHashTable |
Process |
Appends the specified arguments as a hashtable to the argument builder.
static
|
AppendQuoted |
Process |
Quotes and appends the specified argument to the argument builder.
static
|
AppendQuoted |
Process |
Quotes and appends the specified argument to the argument builder.
static
|
AppendQuoted |
Process |
Quotes and appends the specified text to the argument builder.
static
|
AppendQuotedSecret |
Process |
Quotes and appends the specified secret text to the argument builder.
static
|
AppendQuotedSecret |
Process |
Quotes and appends the specified secret text to the argument builder.
static
|
AppendQuotedSecret |
Process |
Quotes and appends the specified secret text to the argument builder.
static
|
AppendSecret |
Process |
Appends the specified secret text to the argument builder.
static
|
AppendSecret |
Process |
Appends the specified secret text to the argument builder.
static
|
AppendSecret |
Process |
Appends the specified secret text to the argument builder.
static
|
AppendSecretArray |
Process |
Appends the specified secret arguments as an array to the argument builder.
static
|
AppendSecretArray |
Process |
Appends the specified arguments as an array to the argument builder.
static
|
AppendStringLiteral |
Process |
Appends the specified argument as a string-literal to the argument builder.
static
|
AppendStringLiteral |
Process |
Appends the specified text as a string-literal to the argument builder.
static
|
Append |
Process |
Appends the specified secret argument as a string-literal to the argument builder.
static
|
Append |
Process |
Appends the specified secret text as a string-literal to the argument builder.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|