ReleaseCondition interface

Extends

Inherited Properties

conditionType

Gets or sets the condition type.

name

Gets or sets the name of the condition. e.g. 'ReleaseStarted'.

result

The release condition result.

value

Gets or set value of the condition.

Inherited Property Details

conditionType

Gets or sets the condition type.

conditionType: ConditionType

Property Value

Inherited From Condition.conditionType

name

Gets or sets the name of the condition. e.g. 'ReleaseStarted'.

name: string

Property Value

string

Inherited From Condition.name

result

The release condition result.

result: boolean

Property Value

boolean

Inherited From Condition.result

value

Gets or set value of the condition.

value: string

Property Value

string

Inherited From Condition.value