ReleaseEnvironment interface
conditions | Gets list of conditions. |
created |
Gets date on which it got created. |
definition |
Gets definition environment id. |
demands | Gets demands. |
deploy |
Gets list of deploy phases snapshot. |
deploy |
Gets deploy steps. |
environment |
Gets environment options. |
id | Gets the unique identifier of this field. |
modified |
Gets date on which it got modified. |
name | Gets name. |
next |
Gets next scheduled UTC time. |
owner | Gets the identity who is owner for release environment. |
post |
Gets list of post deploy approvals snapshot. |
post |
Gets list of post deploy approvals. |
post |
Post deployment gates snapshot data. |
pre |
Gets list of pre deploy approvals snapshot. |
pre |
Gets list of pre deploy approvals. |
pre |
Pre deployment gates snapshot data. |
process |
Gets process parameters. |
queue |
Gets queue id. |
rank | Gets rank. |
release | Gets release reference which specifies the reference of the release to which this release environment is associated. |
release |
Gets the identity who created release. |
release |
Gets releaseDefinitionReference which specifies the reference of the release definition to which this release environment is associated. |
release |
Gets release description. |
release |
Gets release id. |
scheduled |
Gets schedule deployment time of release environment. |
schedules | Gets list of schedules. |
status | Gets environment status. |
time |
Gets time to deploy. |
trigger |
Gets trigger reason. |
variable |
Gets the list of variable groups. |
variables | Gets the dictionary of variables. |
workflow |
Gets list of workflow tasks. |
Gets date on which it got created.
createdOn: Date
Property Value
Date
Gets definition environment id.
definitionEnvironmentId: number
Property Value
number
Gets list of deploy phases snapshot.
deployPhasesSnapshot: DeployPhase[]
Property Value
Gets the unique identifier of this field.
id: number
Property Value
number
Gets date on which it got modified.
modifiedOn: Date
Property Value
Date
Gets name.
name: string
Property Value
string
Gets next scheduled UTC time.
nextScheduledUtcTime: Date
Property Value
Date
Gets the identity who is owner for release environment.
owner: IdentityRef
Property Value
Gets list of post deploy approvals snapshot.
postApprovalsSnapshot: ReleaseDefinitionApprovals
Property Value
Gets list of post deploy approvals.
postDeployApprovals: ReleaseApproval[]
Property Value
Post deployment gates snapshot data.
postDeploymentGatesSnapshot: ReleaseDefinitionGatesStep
Property Value
Gets list of pre deploy approvals snapshot.
preApprovalsSnapshot: ReleaseDefinitionApprovals
Property Value
Gets list of pre deploy approvals.
preDeployApprovals: ReleaseApproval[]
Property Value
Pre deployment gates snapshot data.
preDeploymentGatesSnapshot: ReleaseDefinitionGatesStep
Property Value
Gets queue id.
queueId: number
Property Value
number
Gets rank.
rank: number
Property Value
number
Gets release reference which specifies the reference of the release to which this release environment is associated.
release: ReleaseShallowReference
Property Value
Gets releaseDefinitionReference which specifies the reference of the release definition to which this release environment is associated.
releaseDefinition: ReleaseDefinitionShallowReference
Property Value
Gets release description.
releaseDescription: string
Property Value
string
Gets release id.
releaseId: number
Property Value
number
Gets schedule deployment time of release environment.
scheduledDeploymentTime: Date
Property Value
Date
Gets time to deploy.
timeToDeploy: number
Property Value
number
Gets trigger reason.
triggerReason: string
Property Value
string
Gets the dictionary of variables.
variables: {[key: string]: ConfigurationVariableValue}
Property Value
{[key: string]: ConfigurationVariableValue}