ExecutionContext class

This class represents a context for managing metadata that is accumulated as a batch application is executed.

Constructors

ExecutionContext()

Properties

hashCode int
The hash code for this object.
no setterinherited
jobExecution Execution?
The current job execution
getter/setter pair
jobParameters → Parameters
The job parameters
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedParameters → Parameters
The shared parameters
final
stepExecution Execution?
The current step execution
getter/setter pair

Methods

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

Operators

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