Class: Tengine::Job::Template::SshJob
- Inherits:
-
NamedVertex
- Object
- NamedVertex
- Tengine::Job::Template::SshJob
- Includes:
- Settings
- Defined in:
- lib/tengine/job/template/ssh_job.rb
Overview
ルートジョブネットを他のジョブネット内に展開するための特殊なテンプレート用Vertex。
Defined Under Namespace
Modules: Settings
Constant Summary
Constants included from Settings
Settings::DEFAULT_KILLING_SIGNALS, Settings::DEFAULT_KILLING_SIGNAL_INTERVAL
Instance Method Summary collapse
Methods included from Settings
#actual_credential, #actual_credential_name, #actual_killing_signal_interval, #actual_killing_signals, #actual_server, #actual_server_name
Instance Method Details
#generating_attrs ⇒ Object
73 74 75 76 77 78 |
# File 'lib/tengine/job/template/ssh_job.rb', line 73 def result = super result[:server_name] = actual_server_name result[:credential_name] = actual_credential_name result end |