vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
DeploymentApi
Interface DeploymentApi
interface
DeploymentApi
{
cancelDeploy
(
id
:
string
)
:
Promise
<
DeployResult
>
;
checkDeployStatus
(
id
:
string
,
includeDetails
?:
boolean
,
)
:
Promise
<
DeployResult
>
;
deploy
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
|
Stream
,
deployOptions
:
DeployOptions
,
)
:
Promise
<
DeployResult
>
;
deployRecentValidation
(
id
:
string
)
:
Promise
<
DeployResult
>
;
}
Implemented by
MetadataApi
RestDeploymentApi
SoapDeploymentApi
Index
Methods
cancel
Deploy
check
Deploy
Status
deploy
deploy
Recent
Validation
Methods
cancel
Deploy
cancelDeploy
(
id
:
string
)
:
Promise
<
DeployResult
>
Parameters
id
:
string
Returns
Promise
<
DeployResult
>
check
Deploy
Status
checkDeployStatus
(
id
:
string
,
includeDetails
?:
boolean
)
:
Promise
<
DeployResult
>
Parameters
id
:
string
Optional
includeDetails
:
boolean
Returns
Promise
<
DeployResult
>
deploy
deploy
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
|
Stream
,
deployOptions
:
DeployOptions
,
)
:
Promise
<
DeployResult
>
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
|
Stream
deployOptions
:
DeployOptions
Returns
Promise
<
DeployResult
>
deploy
Recent
Validation
deployRecentValidation
(
id
:
string
)
:
Promise
<
DeployResult
>
Parameters
id
:
string
Returns
Promise
<
DeployResult
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
cancel
Deploy
check
Deploy
Status
deploy
deploy
Recent
Validation
vlocode-project - v1.40.0-beta-4
Loading...