BuiltImage class

An image built by the pipeline.

Constructors

BuiltImage({String? digest, String? name, TimeSpan? pushTiming})
BuiltImage.fromJson(Map json_)

Properties

digest String?
Docker Registry 2.0 digest.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name used to push the container image to Google Container Registry, as presented to docker push.
getter/setter pair
pushTiming TimeSpan?
Stores timing information for pushing the specified image.
getter/setter pair
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