Class: Avm::Launcher::Git::PublishBase
- Inherits:
-
Publish::Base
- Object
- Publish::Base
- Avm::Launcher::Git::PublishBase
- Includes:
- EacRubyUtils::SimpleCache
- Defined in:
- lib/avm/launcher/git/publish_base.rb
Direct Known Subclasses
Projects::Stereotypes::Git::Publish, Projects::Stereotypes::GitSubrepo::Publish, Projects::Stereotypes::GitSubtree::Publish
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
Method Summary
Methods inherited from Publish::Base
Constructor Details
This class inherits a constructor from Avm::Launcher::Publish::Base