SourceProvenance class

Provenance of the source.

Ways to find the original source, or verify that some source was used for this build.

Constructors

SourceProvenance({String? gitUri, RepoSource? resolvedRepoSource, StorageSource? resolvedStorageSource})
SourceProvenance.fromJson(Map json_)

Properties

gitUri String?
A copy of the build's source.git_uri, if exists, with any commits resolved.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resolvedRepoSource RepoSource?
A copy of the build's source.repo_source, if exists, with any revisions resolved.
getter/setter pair
resolvedStorageSource StorageSource?
A copy of the build's source.storage_source, if exists, with any generations resolved.
getter/setter pair
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