ReleaseDefinition interface
- Extends
屬性
artifacts | 取得或設定成品清單。 |
comment | 取得或設定批注。 |
created |
取得或設定建立的身分識別。 |
created |
取得建立日期。 |
description | 取得或設定描述。 |
environments | 取得或設定環境清單。 |
is |
是否刪除發行定義。 |
is |
是否停用發行定義。 |
last |
取得上一個版本的參考。 |
modified |
取得或設定已修改的身分識別。 |
modified |
取得修改日期。 |
pipeline |
取得或設定管線進程。 |
properties | 取得或設定屬性。 |
release |
取得或設定版本名稱格式。 |
retention |
|
revision | 取得修訂編號。 |
source | 取得或設定發行定義的來源。 |
tags | 取得或設定標記清單。 |
triggers | 取得或設定觸發程式清單。 |
variable |
取得或設定變數群組的清單。 |
variables | 取得或設定變數的字典。 |
繼承的屬性
id | 取得發行定義的唯一標識碼。 |
name | 取得或設定發行定義的名稱。 |
path | 取得或設定發行定義的路徑。 |
project |
取得或設定項目參考。 |
url | 取得 REST API URL 以存取發行定義。 |
屬性詳細資料
artifacts
comment
取得或設定批注。
comment: string
屬性值
string
createdBy
createdOn
取得建立日期。
createdOn: Date
屬性值
Date
description
取得或設定描述。
description: string
屬性值
string
environments
isDeleted
是否刪除發行定義。
isDeleted: boolean
屬性值
boolean
isDisabled
是否停用發行定義。
isDisabled: boolean
屬性值
boolean
lastRelease
modifiedBy
modifiedOn
取得修改日期。
modifiedOn: Date
屬性值
Date
pipelineProcess
properties
取得或設定屬性。
properties: any
屬性值
any
releaseNameFormat
取得或設定版本名稱格式。
releaseNameFormat: string
屬性值
string
retentionPolicy
revision
取得修訂編號。
revision: number
屬性值
number
source
tags
取得或設定標記清單。
tags: string[]
屬性值
string[]
triggers
variableGroups
取得或設定變數群組的清單。
variableGroups: number[]
屬性值
number[]
variables
取得或設定變數的字典。
variables: {[key: string]: ConfigurationVariableValue}
屬性值
{[key: string]: ConfigurationVariableValue}
繼承的屬性詳細資料
id
name
取得或設定發行定義的名稱。
name: string
屬性值
string
繼承自
path
projectReference
取得或設定項目參考。
projectReference: ProjectReference