Class: CircleCI::Parallel::Task::MockMaster::MockDownloader Private
- Inherits:
-
Downloader
- Object
- Downloader
- CircleCI::Parallel::Task::MockMaster::MockDownloader
- Defined in:
- lib/circleci/parallel/task/mock_master.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #mark_as_downloaded ⇒ Object private
- #ready_for_download? ⇒ Boolean private
- #scp ⇒ Object private
Instance Method Details
#mark_as_downloaded ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
23 24 25 |
# File 'lib/circleci/parallel/task/mock_master.rb', line 23 def mark_as_downloaded File.write(DOWNLOAD_MARKER_FILE, '') end |
#ready_for_download? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 17 |
# File 'lib/circleci/parallel/task/mock_master.rb', line 15 def ready_for_download? true end |
#scp ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/circleci/parallel/task/mock_master.rb', line 19 def scp true end |