Class: Avm::Launcher::Git::PublishBase

Inherits:
Publish::Base show all
Includes:
EacRubyUtils::SimpleCache
Defined in:
lib/avm/launcher/git/publish_base.rb

Constant Summary collapse

CHECKERS =
%w[remote_url remote_fetch publish_remote_no_exist remote_equal remote_following
local_following].freeze
REMOTE_UNAVAILABLE_MESSAGES =
['could not resolve host', 'connection timed out',
'no route to host'].map(&:downcase).freeze

Instance Attribute Summary

Attributes inherited from Publish::Base

#instance

Method Summary

Methods inherited from Publish::Base

#check, #initialize, #run

Constructor Details

This class inherits a constructor from Avm::Launcher::Publish::Base