Sha256: 2ee17700571bb9af0cbbaa0a83bf0a577cd38f1b2e5fd620d33e09eb9af1fb60
Contents?: true
Size: 914 Bytes
Versions: 9
Compression:
Stored size: 914 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Bitrise < Base def provider_name: () -> "bitrise" 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_author_name: () -> String? def git_commit_author_email: () -> 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