Class: Veewee::Command::Fusion
Instance Attribute Summary
Attributes inherited from GroupBase
#env
Instance Method Summary
collapse
Methods inherited from GroupBase
#copy, #define, #destroy, #halt, #initialize, #list, #ostypes, register, #sendkeys, #ssh, #templates, #undefine, #up, #winrm
Methods included from Helpers
#initialize_environment
Instance Method Details
#add_share(box_name, share_name, share_path) ⇒ Object
37
38
39
40
41
|
# File 'lib/veewee/command/fusion.rb', line 37
def add_share(box_name, share_name, share_path)
env.get_box(box_name).add_share(share_name, share_path)
end
|
#build(box_name) ⇒ Object
19
20
21
|
# File 'lib/veewee/command/fusion.rb', line 19
def build(box_name)
env.get_box(box_name).build(options)
end
|
#export(box_name) ⇒ Object
32
33
34
|
# File 'lib/veewee/command/fusion.rb', line 32
def export(box_name)
env.get_box(box_name).export_vmfusion(options)
end
|
#validate(box_name) ⇒ Object
25
26
27
|
# File 'lib/veewee/command/fusion.rb', line 25
def validate(box_name)
env.get_box(box_name).validate_vmfusion(options)
end
|