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
VagrantBoxRemoveSettings
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["VagrantBoxRemoveSettingsExtensions"]
class Type type-node
Syntax
public static class VagrantBoxRemoveSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
ConstrainVersion |
Vagrant |
Sets the version constraint for the box to remove
static
|
Force |
Vagrant |
Forces removing the box even if an active Vagrant environment is using it.
static
|
RemoveAll |
Vagrant |
Remove all available versions of a box.
static
|
UseProvider |
Vagrant |
The provider-specific box to remove with the given name.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|