VagrantBoxRemoveSettingsExtensions Class

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(VagrantBoxRemoveSettings, string) VagrantBoxRemoveSettings
Sets the version constraint for the box to remove
static
Force(VagrantBoxRemoveSettings, bool) VagrantBoxRemoveSettings
Forces removing the box even if an active Vagrant environment is using it.
static
RemoveAll(VagrantBoxRemoveSettings) VagrantBoxRemoveSettings
Remove all available versions of a box.
static
UseProvider(VagrantBoxRemoveSettings, string) VagrantBoxRemoveSettings
The provider-specific box to remove with the given name.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin