Sha256: 6a33d0828ea1a5001216a8c2b435b9a5cb71f5c08fea849888056fadf207d3e8
Contents?: true
Size: 738 Bytes
Versions: 9
Compression:
Stored size: 738 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Bitbucket < Base def provider_name: () -> "bitbucket" def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_number: () -> String? def pipeline_url: () -> String? def job_url: () -> String? def workspace_path: () -> String? def git_repository_url: () -> String? def git_commit_sha: () -> String? def git_branch: () -> String? def git_tag: () -> String? private def url: () -> ::String? end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems