BuildArtifacts class

Information about build output artifacts.

Constructors

BuildArtifacts({String? artifactIdentifier, bool? encryptionDisabled, String? location, String? md5sum, bool? overrideArtifactName, String? sha256sum})
BuildArtifacts.fromJson(Map<String, dynamic> json)
factory

Properties

artifactIdentifier String?
An identifier for this artifact definition.
final
encryptionDisabled bool?
Information that tells you if encryption for build artifacts is disabled.
final
hashCode int
The hash code for this object.
no setterinherited
location String?
Information about the location of the build artifacts.
final
md5sum String?
The MD5 hash of the build artifact.
final
overrideArtifactName bool?
If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256sum String?
The SHA-256 hash of the build 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