TimedPromoteReleaseRule class
The TimedPromoteReleaseRule
will automatically promote a release from the
current target(s) to the specified target(s) on a configured schedule.
Constructors
- TimedPromoteReleaseRule.new({AutomationRuleCondition? condition, String? destinationPhase, String? destinationTargetId, String? id, String? schedule, String? timeZone})
- TimedPromoteReleaseRule.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 rule.
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
- schedule ↔ String?
-
Schedule in crontab format.
getter/setter pair
- timeZone ↔ String?
-
The time zone in IANA format
IANA Time Zone Database (e.g.
America/New_York).
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