Sha256: 7ec011e56ad3082d97462b95dcc5fb2b5bf59b41f577399fc8d20261a33ec13e
Contents?: true
Size: 757 Bytes
Versions: 9
Compression:
Stored size: 757 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class UserDefinedTags < Base 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_author_date: () -> String? def git_commit_committer_name: () -> String? def git_commit_committer_email: () -> String? def git_commit_committer_date: () -> String? end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems