Package VMBuilder :: Package tests :: Module plugin_tests :: Class TestPluginsSettings :: Class TestPlugin
[frames] | no frames]

Class TestPlugin

source code

    object --+    
             |    
plugins.Plugin --+
                 |
                TestPluginsSettings.TestPlugin

Nested Classes

Inherited from plugins.Plugin: BooleanSetting, IntSetting, ListSetting, Setting, SettingGroup, StringSetting

Instance Methods

Inherited from plugins.Plugin: __init__, call_hooks, get_setting, get_setting_default, get_setting_valid_options, has_setting, install_file, install_from_template, post_install, preflight_check, register_options, run_in_target, set_defaults, set_setting, set_setting_default, set_setting_fuzzy, set_setting_valid_options, setting_group

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from plugins.Plugin: priority

Properties

Inherited from object: __class__