Module: Wordmove::Actions

Defined in:
lib/wordmove.rb,
lib/wordmove/actions/helpers.rb,
lib/wordmove/actions/get_file.rb,
lib/wordmove/actions/put_file.rb,
lib/wordmove/actions/ftp/helpers.rb,
lib/wordmove/actions/ssh/helpers.rb,
lib/wordmove/actions/adapt_local_db.rb,
lib/wordmove/actions/adapt_remote_db.rb,
lib/wordmove/actions/backup_local_db.rb,
lib/wordmove/actions/delete_local_file.rb,
lib/wordmove/actions/ftp/get_directory.rb,
lib/wordmove/actions/ftp/put_directory.rb,
lib/wordmove/actions/run_local_command.rb,
lib/wordmove/actions/ssh/get_directory.rb,
lib/wordmove/actions/ssh/put_directory.rb,
lib/wordmove/actions/delete_remote_file.rb,
lib/wordmove/actions/ftp/pull_wordpress.rb,
lib/wordmove/actions/ftp/push_wordpress.rb,
lib/wordmove/actions/ssh/pull_wordpress.rb,
lib/wordmove/actions/ssh/push_wordpress.rb,
lib/wordmove/actions/run_after_pull_hook.rb,
lib/wordmove/actions/run_after_push_hook.rb,
lib/wordmove/actions/ftp/backup_remote_db.rb,
lib/wordmove/actions/run_before_pull_hook.rb,
lib/wordmove/actions/run_before_push_hook.rb,
lib/wordmove/actions/setup_context_for_db.rb,
lib/wordmove/actions/ssh/backup_remote_db.rb,
lib/wordmove/actions/ftp/download_remote_db.rb,
lib/wordmove/actions/ssh/download_remote_db.rb,
lib/wordmove/actions/ssh/run_remote_command.rb,
lib/wordmove/actions/ftp/cleanup_after_adapt.rb,
lib/wordmove/actions/ssh/cleanup_after_adapt.rb,
lib/wordmove/actions/filter_and_setup_tasks_to_run.rb,
lib/wordmove/actions/ftp/put_and_import_dump_remotely.rb,
lib/wordmove/actions/ssh/put_and_import_dump_remotely.rb

Overview

Interactors’ namespce. Interactors are called “Actions”, following the LightService convention. In this namespace there are two kinds of “Actions”:

  • local environment actions

  • protocol agnostic remote environment actions

Defined Under Namespace

Modules: Ftp, Helpers, Ssh Classes: AdaptLocalDb, AdaptRemoteDb, BackupLocalDb, DeleteLocalFile, DeleteRemoteFile, FilterAndSetupTasksToRun, GetFile, PutFile, RunAfterPullHook, RunAfterPushHook, RunBeforePullHook, RunBeforePushHook, RunLocalCommand, SetupContextForDb