PromoteReleaseRule class

PromoteRelease rule will automatically promote a release from the current target to a specified target.

Constructors

PromoteReleaseRule({AutomationRuleCondition? condition, String? destinationPhase, String? destinationTargetId, String? id, String? wait})
PromoteReleaseRule.fromJson(Map json_)

Properties

condition AutomationRuleCondition?
Information around the state of the Automation rule.
getter/setter pair
destinationPhase String?
The starting phase of the rollout created by this operation.
getter/setter pair
destinationTargetId String?
The ID of the stage in the pipeline to which this Release is deploying.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the rule.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wait String?
How long the release need to be paused until being promoted to the next target.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited