ReleaseDefinitionGatesOptions interface
Properties
is |
Gets or sets as the gates enabled or not. |
minimum |
Gets or sets the minimum duration for steady results after a successful gates evaluation. |
sampling |
Gets or sets the time between re-evaluation of gates. |
stabilization |
Gets or sets the delay before evaluation. |
timeout | Gets or sets the timeout after which gates fail. |
Property Details
isEnabled
Gets or sets as the gates enabled or not.
isEnabled: boolean
Property Value
boolean
minimumSuccessDuration
Gets or sets the minimum duration for steady results after a successful gates evaluation.
minimumSuccessDuration: number
Property Value
number
samplingInterval
Gets or sets the time between re-evaluation of gates.
samplingInterval: number
Property Value
number
stabilizationTime
Gets or sets the delay before evaluation.
stabilizationTime: number
Property Value
number
timeout
Gets or sets the timeout after which gates fail.
timeout: number
Property Value
number