BuildSource class
The source for the build.
Constructors
- BuildSource.new({ArchiveSource? archive, CodebaseSource? codebase, ContainerSource? container})
- BuildSource.fromJson(Map json_)
Properties
- archive ↔ ArchiveSource?
-
An archive source.
getter/setter pair
- codebase ↔ CodebaseSource?
-
A codebase source.
getter/setter pair
- container ↔ ContainerSource?
-
An Artifact Registry container image source.
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