PhaseArtifact class

Contains the paths to the artifacts, relative to the URI, for a phase.

Constructors

PhaseArtifact({String? jobManifestsPath, String? manifestPath, String? skaffoldConfigPath})
PhaseArtifact.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
jobManifestsPath String?
File path of the directory of rendered job manifests relative to the URI.
getter/setter pair
manifestPath String?
File path of the rendered manifest relative to the URI.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skaffoldConfigPath String?
File path of the resolved Skaffold configuration relative to the URI.
getter/setter pair

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