Class: VcsStorage
@pvm/artifacts.VcsStorage
Implements
Constructors
constructor
• new VcsStorage(vcs
)
Parameters
Name | Type |
---|---|
vcs | VcsPlatform |
Defined in
packages/pvm-artifacts/lib/backend/vcs-storage.ts:8
Properties
vcs
• vcs: VcsPlatform
Defined in
packages/pvm-artifacts/lib/backend/vcs-storage.ts:6
Methods
downloadPath
â–¸ downloadPath(_remotePath
, _localDest
): Promise
<void
>
Parameters
Name | Type |
---|---|
_remotePath | string |
_localDest | string |
Returns
Promise
<void
>
Implementation of
Defined in
packages/pvm-artifacts/lib/backend/vcs-storage.ts:20
finish
â–¸ finish(): Promise
<void
>
Returns
Promise
<void
>
Implementation of
Defined in
packages/pvm-artifacts/lib/backend/vcs-storage.ts:16
init
â–¸ init(): Promise
<void
>
Returns
Promise
<void
>
Implementation of
Defined in
packages/pvm-artifacts/lib/backend/vcs-storage.ts:12
uploadPath
â–¸ uploadPath(localPath
, _remoteDest
): Promise
<void
>
Parameters
Name | Type |
---|---|
localPath | string |
_remoteDest | string |
Returns
Promise
<void
>