interface ReleaseCondition {
    conditionType?: ConditionType;
    name?: string;
    result?: boolean;
    value?: string;
}

Hierarchy (View Summary)

Properties

conditionType?: ConditionType

Gets or sets the condition type.

name?: string

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

result?: boolean

The release condition result.

value?: string

Gets or set value of the condition.