Class: Docman::Deployers::CommonDeployer
- Defined in:
- lib/docman/deployers/common_deployer.rb
Instance Attribute Summary
Attributes inherited from Deployer
#build_results, #docroot_config, #versions
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Deployer
#build, #build_dir, #build_dir_chain, #build_recursive, #config, create, #deploy, #describe, #execute, #files_deployed?, #initialize, #read_file, #read_version_file_param, register_deployer, #write_config_file, #write_version_file
Methods inherited from Command
#add_action, #add_actions, #config, create, #describe, #execute, #initialize, #perform, #prefix, register_command, #replace_placeholder, #run_actions, #run_with_hooks
Methods included from Logging
#log, logger, #logger, #prefix, #properties_info, #with_logging
Constructor Details
This class inherits a constructor from Docman::Deployers::Deployer
Instance Method Details
#push ⇒ Object
7 8 |
# File 'lib/docman/deployers/common_deployer.rb', line 7 def push end |