다음을 통해 공유


ReleaseDefinition interface

Extends

속성

artifacts

아티팩트 목록을 가져오거나 설정합니다.

comment

주석을 가져오거나 설정합니다.

createdBy

만든 ID를 가져오거나 설정합니다.

createdOn

만든 날짜를 가져옵니다.

description

설명을 가져오거나 설정합니다.

environments

환경 목록을 가져오거나 설정합니다.

isDeleted

릴리스 정의 삭제 여부입니다.

isDisabled

릴리스 정의를 사용할 수 없는지 여부입니다.

lastRelease

마지막 릴리스의 참조를 가져옵니다.

modifiedBy

수정한 ID를 가져오거나 설정합니다.

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

만든 ID를 가져오거나 설정합니다.

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

수정한 ID를 가져오거나 설정합니다.

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 상속된