Specialization of LocalFolderUploader for uploading a git folder (on the local machine). Always uploads the most updated version.

TODO: verify this cached version actually works

Hierarchy (view full)

Constructors

Properties

cachePath: string
connector: Connector
gitId: string
globusPath: null | string
hpcConfig: hpcConfig
hpcName: string
hpcPath: string
id: string
isComplete: boolean
isFailed: boolean
localPath: string
userId: string

Methods

  • Initializes the cached folder uploader by creating the cache directory at the root path. Must be called before using the uploader for absolute safety, but it only needs to be called once ever (unless the scratch space is wiped)

    Returns Promise<void>

  • Helper function for uploading a folder to a specified path. Used for both the normal and cached versions of the upload comman.d

    Parameters

    • path: string

    Returns Promise<void>

Generated using TypeDoc