RolloutPolicy class

The policy for how automatic builds and rollouts are triggered and rolled out.

Constructors

RolloutPolicy.new({String? codebaseBranch, bool? disabled, String? disabledTime})
RolloutPolicy.fromJson(Map json_)

Properties

codebaseBranch String?
If set, specifies a branch that triggers a new build to be started with this policy.
getter/setter pair
disabled bool?
A flag that, if true, prevents automatic rollouts from being created via this RolloutPolicy.
getter/setter pair
disabledTime String?
If disabled is set, the time at which the automatic rollouts were disabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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