retrieveModuleHost: Retrieve results of running a module's source scripts on a...

Description Usage Arguments Details Value Methods (by class) See Also

Description

This functions retrieves the results of executing a module's source scripts on a moduleHost using executeScript.

Usage

1
2
3
4
5
6
7
## S3 method for class 'dockerHost'
retrieveModuleHost(moduleHost, outputLocation, modulePath)

retrieveModuleHost(moduleHost, outputLocation, modulePath)

## S3 method for class 'vagrantHost'
retrieveModuleHost(moduleHost, outputLocation, modulePath)

Arguments

moduleHost

moduleHost object

outputLocation

outputLocation object

modulePath

output directory on local machine

Details

outputLocation should be the result of prepareModuleHost on the same moduleHost.

Value

NULL if successful

Methods (by class)

See Also

moduleHost, prepareModuleHost, executeScript


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.