Overrides class
RunJob Overrides that contains Execution fields to be overridden on the go.
Constructors
-
Overrides({List<
ContainerOverride> ? containerOverrides, int? taskCount, int? timeoutSeconds}) - Overrides.fromJson(Map json_)
Properties
-
containerOverrides
↔ List<
ContainerOverride> ? -
Per container override specification.
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
- taskCount ↔ int?
-
The desired number of tasks the execution should run.
getter/setter pair
- timeoutSeconds ↔ int?
-
Duration in seconds the task may be active before the system will actively
try to mark it failed and kill associated containers.
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