ArtifactObjects class

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Constructors

ArtifactObjects({String? location, List<String>? paths, TimeSpan? timing})
ArtifactObjects.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
location String?
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
getter/setter pair
paths List<String>?
Path globs used to match files in the build's workspace.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timing TimeSpan?
Stores timing information for pushing all artifact objects.
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