Sha256: 829a2b7a04bf0e282bb68edc9ec8f566e329263968d4be690a7a34684bfa4153
Contents?: true
Size: 805 Bytes
Versions: 9
Compression:
Stored size: 805 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Buddy < Extractor def provider_name: () -> "buddy" def pipeline_id: () -> ::String def pipeline_name: () -> String? def pipeline_number: () -> String? def pipeline_url: () -> String? def workspace_path: () -> String? def git_repository_url: () -> String? def git_commit_sha: () -> String? def git_branch: () -> String? def git_tag: () -> String? def git_commit_message: () -> String? def git_commit_committer_name: () -> String? def git_commit_committer_email: () -> String? end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems