ResolvedArtifact class
Represents a resolved build artifact. A resolve artifact is an artifact that is built and deployed to the destination, such as Amazon Simple Storage Service (Amazon S3).
Constructors
- ResolvedArtifact({String? identifier, String? location, ArtifactsType? type})
-
ResolvedArtifact.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String?
-
The identifier of the artifact.
final
- location → String?
-
The location of the artifact.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ArtifactsType?
-
Specifies the type of artifact.
final
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