PhaseArtifact constructor

PhaseArtifact({
  1. String? jobManifestsPath,
  2. String? manifestPath,
  3. String? skaffoldConfigPath,
})

Implementation

PhaseArtifact({
  this.jobManifestsPath,
  this.manifestPath,
  this.skaffoldConfigPath,
});