共用方式為


ReleaseDefinition interface

Extends

屬性

artifacts

取得或設定成品清單。

comment

取得或設定批注。

createdBy

取得或設定建立的身分識別。

createdOn

取得建立日期。

description

取得或設定描述。

environments

取得或設定環境清單。

isDeleted

是否刪除發行定義。

isDisabled

是否停用發行定義。

lastRelease

取得最後一個版本的參考。

modifiedBy

取得或設定已修改的身分識別。

modifiedOn

取得修改日期。

pipelineProcess

取得或設定管線進程。

properties

取得或設定屬性。

releaseNameFormat

取得或設定發行名稱格式。

retentionPolicy
revision

取得修訂編號。

source

取得或設定發行定義的來源。

tags

取得或設定標籤的清單。

triggers

取得或設定觸發程式清單。

variableGroups

取得或設定變數群組的清單。

variables

取得或設定變數的字典。

繼承的屬性

id

取得發行定義的唯一標識碼。

name

取得或設定發行定義的名稱。

path

取得或設定發行定義的路徑。

projectReference

取得或設定項目參考。

url

取得 REST API URL 以存取發行定義。

屬性詳細資料

artifacts

取得或設定成品清單。

artifacts: Artifact[]

屬性值

comment

取得或設定批注。

comment: string

屬性值

string

createdBy

取得或設定建立的身分識別。

createdBy: IdentityRef

屬性值

createdOn

取得建立日期。

createdOn: Date

屬性值

Date

description

取得或設定描述。

description: string

屬性值

string

environments

取得或設定環境清單。

environments: ReleaseDefinitionEnvironment[]

屬性值

isDeleted

是否刪除發行定義。

isDeleted: boolean

屬性值

boolean

isDisabled

是否停用發行定義。

isDisabled: boolean

屬性值

boolean

lastRelease

取得最後一個版本的參考。

lastRelease: ReleaseReference

屬性值

modifiedBy

取得或設定已修改的身分識別。

modifiedBy: IdentityRef

屬性值

modifiedOn

取得修改日期。

modifiedOn: Date

屬性值

Date

pipelineProcess

取得或設定管線進程。

pipelineProcess: PipelineProcess

屬性值

properties

取得或設定屬性。

properties: any

屬性值

any

releaseNameFormat

取得或設定發行名稱格式。

releaseNameFormat: string

屬性值

string

retentionPolicy

retentionPolicy: RetentionPolicy

屬性值

revision

取得修訂編號。

revision: number

屬性值

number

source

取得或設定發行定義的來源。

source: ReleaseDefinitionSource

屬性值

tags

取得或設定標籤的清單。

tags: string[]

屬性值

string[]

triggers

取得或設定觸發程式清單。

triggers: ReleaseTriggerBase[]

屬性值

variableGroups

取得或設定變數群組的清單。

variableGroups: number[]

屬性值

number[]

variables

取得或設定變數的字典。

variables: {[key: string]: ConfigurationVariableValue}

屬性值

{[key: string]: ConfigurationVariableValue}

繼承的屬性詳細資料

id

取得發行定義的唯一標識碼。

id: number

屬性值

number

繼承自ReleaseDefinitionShallowReference.id

name

取得或設定發行定義的名稱。

name: string

屬性值

string

繼承自ReleaseDefinitionShallowReference.name

path

取得或設定發行定義的路徑。

path: string

屬性值

string

繼承自ReleaseDefinitionShallowReference.path

projectReference

取得或設定項目參考。

projectReference: ProjectReference

屬性值

繼承自ReleaseDefinitionShallowReference.projectReference

url

取得 REST API URL 以存取發行定義。

url: string

屬性值

string

繼承自ReleaseDefinitionShallowReference.url