Results class
Artifacts created by the build pipeline.
Constructors
-
Results({String? artifactManifest, TimeSpan? artifactTiming, List<
String> ? buildStepImages, List<String> ? buildStepOutputs, List<BuiltImage> ? images, List<UploadedMavenArtifact> ? mavenArtifacts, List<UploadedNpmPackage> ? npmPackages, String? numArtifacts, List<UploadedPythonPackage> ? pythonPackages}) - Results.fromJson(Map json_)
Properties
- artifactManifest ↔ String?
-
Path to the artifact manifest for non-container artifacts uploaded to
Cloud Storage.
getter/setter pair
- artifactTiming ↔ TimeSpan?
-
Time to push all non-container artifacts to Cloud Storage.
getter/setter pair
-
buildStepImages
↔ List<
String> ? -
List of build step digests, in the order corresponding to build step
indices.
getter/setter pair
-
buildStepOutputs
↔ List<
String> ? -
List of build step outputs, produced by builder images, in the order
corresponding to build step indices.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
↔ List<
BuiltImage> ? -
Container images that were built as a part of the build.
getter/setter pair
-
mavenArtifacts
↔ List<
UploadedMavenArtifact> ? -
Maven artifacts uploaded to Artifact Registry at the end of the build.
getter/setter pair
-
npmPackages
↔ List<
UploadedNpmPackage> ? -
Npm packages uploaded to Artifact Registry at the end of the build.
getter/setter pair
- numArtifacts ↔ String?
-
Number of non-container artifacts uploaded to Cloud Storage.
getter/setter pair
-
pythonPackages
↔ List<
UploadedPythonPackage> ? -
Python artifacts uploaded to Artifact Registry at the end of the build.
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