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.Vagrant.
Summary
Fluent extension methods for the
VagrantPluginInstallSettings
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["VagrantPluginInstallSettingsExtensions"]
class Type type-node
Syntax
public static class VagrantPluginInstallSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
CleanFirst |
Vagrant |
Clears all sources that have been defined so far.
static
|
ConstrainVersion |
Vagrant |
The version of the plugin to install.
static
|
FromSource |
Vagrant |
Adds a source from which to fetch a plugin.
static
|
SetEntryPoint |
Vagrant |
Sets the
EntryPoint for a plugin.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|