Artifact class

Represents information about an artifact that is worked on by actions in the pipeline.

Constructors

Artifact({ArtifactLocation? location, String? name, String? revision})
Artifact.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
location ArtifactLocation?
The location of an artifact.
final
name String?
The artifact's name.
final
revision String?
The artifact's revision ID. Depending on the type of object, this could be a commit ID (GitHub) or a revision ID (Amazon S3).
final
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
toString() String
A string representation of this object.
inherited

Operators

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