Sha256: ddab89f8676b7fd23b1e4df69a3197cb8bfd3c10f657880e7d4b25b1847fbc2c
Contents?: true
Size: 396 Bytes
Versions: 6
Compression:
Stored size: 396 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class AwsCodePipeline < Base def self.handles?: (Hash[String, String?] env) -> bool def provider_name: () -> "awscodepipeline" def pipeline_id: () -> String? def ci_env_vars: () -> String? end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems