VagrantSnapshotRunner.

VagrantSnapshotRunner(ICakeLog, Action<VagrantSettings, ProcessArgumentBuilder>, VagrantSettings) Constructor

Summary

Creates a new instance of the VagrantSnapshotRunner class
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantSnapshotRunner

Syntax

public VagrantSnapshotRunner(ICakeLog log, Action<VagrantSettings, ProcessArgumentBuilder> runCallback, VagrantSettings settings)

Parameters

Name Type Description
log ICakeLog Logging output
runCallback Action<VagrantSettings, ProcessArgumentBuilder> Action to trigger invocation of the CLI
settings VagrantSettings Settings for invocation of the Vagrant CLI

Return Value

Type Description
void