Source class

Source describes the location of the source used for the build.

Constructors

Source({List<SourceContext>? additionalContexts, String? artifactStorageSourceUri, SourceContext? context, Map<String, FileHashes>? fileHashes})
Source.fromJson(Map json_)

Properties

additionalContexts ↔ List<SourceContext>?
If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.
getter/setter pair
artifactStorageSourceUri ↔ String?
If provided, the input binary artifacts for the build came from this location.
getter/setter pair
context ↔ SourceContext?
If provided, the source code used for the build came from this location.
getter/setter pair
fileHashes ↔ Map<String, FileHashes>?
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
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