Artifacts class
Artifacts produced by a build that should be uploaded upon successful completion of all build steps.
Constructors
-
Artifacts({List<
String> ? images, List<MavenArtifact> ? mavenArtifacts, List<NpmPackage> ? npmPackages, ArtifactObjects? objects, List<PythonPackage> ? pythonPackages}) - Artifacts.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
↔ List<
String> ? -
A list of images to be pushed upon the successful completion of all build
steps.
getter/setter pair
-
mavenArtifacts
↔ List<
MavenArtifact> ? -
A list of Maven artifacts to be uploaded to Artifact Registry upon
successful completion of all build steps.
getter/setter pair
-
npmPackages
↔ List<
NpmPackage> ? -
A list of npm packages to be uploaded to Artifact Registry upon successful
completion of all build steps.
getter/setter pair
- objects ↔ ArtifactObjects?
-
A list of objects to be uploaded to Cloud Storage upon successful
completion of all build steps.
getter/setter pair
-
pythonPackages
↔ List<
PythonPackage> ? -
A list of Python packages to be uploaded to Artifact Registry upon
successful completion of all build steps.
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