Class: Cyclid::API::Plugins::GoogleHost

Inherits:
BuildHost show all
Defined in:
app/cyclid/plugins/builder/google.rb

Overview

Google build host

Instance Method Summary collapse

Methods inherited from BuildHost

#connect_info, #context_info, #initialize

Methods inherited from Hash

#%, #hmap

Constructor Details

This class inherits a constructor from Cyclid::API::Plugins::BuildHost

Instance Method Details

#transportsObject

SSH is the only acceptable Transport



28
29
30
# File 'app/cyclid/plugins/builder/google.rb', line 28

def transports
  ['ssh']
end