AutomationRule

data class AutomationRule(val advanceRolloutRule: AutomationRuleAdvanceRolloutRule? = null, val promoteReleaseRule: AutomationRulePromoteReleaseRule? = null)

Constructors

Link copied to clipboard
constructor(advanceRolloutRule: AutomationRuleAdvanceRolloutRule? = null, promoteReleaseRule: AutomationRulePromoteReleaseRule? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The AdvanceRolloutRule will automatically advance a successful Rollout. Structure is documented below.

Link copied to clipboard

Optional. PromoteReleaseRule will automatically promote a release from the current target to a specified target. Structure is documented below.