ServerDeploymentInput interface
- Extends
Properties
parallel |
Gets or sets the parallel execution input. |
proof |
Gets or sets the proof of presence data. |
Inherited Properties
condition | Gets or sets the job condition. |
job |
Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment. |
override |
Gets or sets the override inputs. |
timeout |
Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment. |
Property Details
parallelExecution
Gets or sets the parallel execution input.
parallelExecution: ExecutionInput
Property Value
proofOfPresenceTenants
Gets or sets the proof of presence data.
proofOfPresenceTenants: {[key: string]: ProofOfPresenceTenant}
Property Value
{[key: string]: ProofOfPresenceTenant}
Inherited Property Details
condition
Gets or sets the job condition.
condition: string
Property Value
string
Inherited From BaseDeploymentInput.condition
jobCancelTimeoutInMinutes
Gets or sets the job cancel timeout in minutes for deployment which are cancelled by user for this release environment.
jobCancelTimeoutInMinutes: number
Property Value
number
Inherited From BaseDeploymentInput.jobCancelTimeoutInMinutes
overrideInputs
Gets or sets the override inputs.
overrideInputs: {[key: string]: string}
Property Value
{[key: string]: string}
Inherited From BaseDeploymentInput.overrideInputs
timeoutInMinutes
Gets or sets the job execution timeout in minutes for deployment which are queued against this release environment.
timeoutInMinutes: number
Property Value
number
Inherited From BaseDeploymentInput.timeoutInMinutes